-
Notifications
You must be signed in to change notification settings - Fork 11
/
index.html
31 lines (29 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
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0;" name="viewport" />
<title>ILog管理后台</title>
<link rel="stylesheet" href="/static/index.css" />
<!-- 自定义css -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-default/index.css" />
</head>
<body>
<style id="css"></style>
<div id="html"></div>
<div id="loading">
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
</div>
</div>
<script src="http://cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<script src="http://cdn.bootcss.com/vue/2.2.6/vue.min.js"></script>
<!-- 自定义js -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>
<script src="/static/index.js"></script>
<script id="js_0"></script>
</body>
</html>