-
Notifications
You must be signed in to change notification settings - Fork 41
/
index.html
28 lines (28 loc) · 990 Bytes
/
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
26
27
28
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Arco Work</title>
<link rel="stylesheet" href="/static/css/loading.css" />
</head>
<body>
<div id="app">
<div class="first-loading-wrp">
<div class="loading-wrp">
<i class="splash__item" style="--i: 0.1s"></i>
<i class="splash__item" style="--i: 0.2s"></i>
<i class="splash__item" style="--i: 0.3s"></i>
<i class="splash__item" style="--i: 0.4s"></i>
<i class="splash__item" style="--i: 0.5s"></i>
<i class="splash__item" style="--i: 0.6s"></i>
<i class="splash__item" style="--i: 0.7s"></i>
<i class="splash__item" style="--i: 0.8s"></i>
</div>
<h1>Arco Work</h1>
</div>
</div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>