-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
34 lines (34 loc) · 1.48 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
26
27
28
29
30
31
32
33
34
<!DOCTYPE html>
<html lang="ch">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="Keywords" content="vue admin work vue-admin beautiful element-ui axios 后台管理 后台管理系统 中后台" />
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<meta name="baidu-site-verification" content="code-ZIjDL0sXXu" />
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="stylesheet" href="<%= BASE_URL %>static/loading.css"/>
</head>
<body>
<noscript>
<strong>We're sorry but Admin Work X doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app">
<div class="first-loading-wrp">
<div class="loading-wrp">
<i class="splash__item" style="--i: .1s"></i>
<i class="splash__item" style="--i: .2s"></i>
<i class="splash__item" style="--i: .3s"></i>
<i class="splash__item" style="--i: .4s"></i>
<i class="splash__item" style="--i: .5s"></i>
<i class="splash__item" style="--i: .6s"></i>
<i class="splash__item" style="--i: .7s"></i>
<i class="splash__item" style="--i: .8s"></i>
</div>
<h1>Admin Work X</h1>
</div>
</div>
<!-- built files will be auto injected -->
</body>
</html>