-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
25 lines (25 loc) · 1.09 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
<meta name="apple-mobile-web-app-title" content="sysx">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" type="text/css" href="/loading.css" />
<title>女声优拼音缩写查询</title>
</head>
<body>
<div id="app"></div>
<div class="loading-screen">
<div class="loading-main">
<!-- <div class="loading-bar"></div> -->
<div class="loadingio-spinner-spin-zo5dn3x3m2p"><div class="ldio-7htin0opikm">
<div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div><div><div></div></div>
</div></div>
<div class="loading-text">Loading,,,</div>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>