-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (32 loc) · 1.89 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
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title></title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<!--base-->
<link href="./static/bootstrap/css/bootstrap-metronic.min.css" rel="stylesheet" type="text/css"/>
<link href="./node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css"/>
<link href="./node_modules/simple-line-icons/css/simple-line-icons.css" rel="stylesheet" type="text/css"/>
<link href="./node_modules/bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.min.css" rel="stylesheet" type="text/css"/>
<!--metronic-->
<link href="./src/metronic/global/css/components.css" id="style_components" rel="stylesheet" type="text/css"/>
<link href="./src/metronic/global/css/plugins.css" rel="stylesheet" type="text/css"/>
<link href="./src/metronic/layout/css/layout.css" rel="stylesheet" type="text/css"/>
<link href="./src/metronic/layout/css/themes/darkblue.css" rel="stylesheet" type="text/css"/>
</head>
<body class="page-quick-sidebar-over-content page-content-white">
<div id="app"></div>
<!--base-->
<script src="./node_modules/jquery/dist/jquery.min.js" type="text/javascript"></script>
<script src="./node_modules/bootstrap/dist/js/bootstrap.js"></script>
<script src="./static/echart/echarts.js"></script>
<!-- <script src="./node_modules/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
<script src="./node_modules/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
<script src="./node_modules/bootstrap-switch/dist/js/bootstrap-switch.min.js" type="text/javascript"></script> -->
<!--webpack-->
<script src="dist/build.js"></script>
</body>
</html>