-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (69 loc) · 3.58 KB
/
index.html
File metadata and controls
89 lines (69 loc) · 3.58 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>vue-demo</title>
<link href="../static/css/bootstrap.min.css" rel="stylesheet">
<link href="../static/font-awesome/css/font-awesome.css" rel="stylesheet">
<!-- Toastr style -->
<link href="../static/css/plugins/toastr/toastr.min.css" rel="stylesheet">
<!-- Gritter -->
<link href="../static/js/plugins/gritter/jquery.gritter.css" rel="stylesheet">
<link href="../static/css/animate.css" rel="stylesheet">
<link href="../static/css/style.css" rel="stylesheet">
<link href="../static/css/plugins/dropzone/basic.css" rel="stylesheet">
<link href="../static/css/plugins/dropzone/dropzone.css" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
<!-- Mainly scripts -->
<script src="../static/js/jquery-2.1.1.js"></script>
<script src="../static/js/bootstrap.min.js"></script>
<script src="../static/js/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="../static/js/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<!-- File -->
<script src="../static/js/plugins/dropzone/dropzone.js"></script>
<!-- Flot -->
<script src="../static/js/plugins/flot/jquery.flot.js"></script>
<script src="../static/js/plugins/flot/jquery.flot.tooltip.min.js"></script>
<script src="../static/js/plugins/flot/jquery.flot.spline.js"></script>
<script src="../static/js/plugins/flot/jquery.flot.resize.js"></script>
<script src="../static/js/plugins/flot/jquery.flot.pie.js"></script>
<!-- Peity -->
<script src="../static/js/plugins/peity/jquery.peity.min.js"></script>
<script src="../static/js/demo/peity-demo.js"></script>
<!-- Custom and plugin javascript -->
<script src="../static/js/inspinia.js"></script>
<script src="../static/js/plugins/pace/pace.min.js"></script>
<!-- jQuery UI -->
<script src="../static/js/plugins/jquery-ui/jquery-ui.min.js"></script>
<!-- GITTER -->
<script src="../static/js/plugins/gritter/jquery.gritter.min.js"></script>
<!-- Sparkline -->
<script src="../static/js/plugins/sparkline/jquery.sparkline.min.js"></script>
<!-- jqGrid -->
<script src="../static/js/plugins/jqGrid/i18n/grid.locale-en.js"></script>
<script src="../static/js/plugins/jqGrid/jquery.jqGrid.min.js"></script>
<script src="../static/js/plugins/peity/jquery.peity.min.js"></script>
<!--table-->
<link href="./static/css/bootstrap.min.css" rel="stylesheet">
<link href="./static/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="./static/css/animate.css" rel="stylesheet">
<link href="./static/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css" rel="stylesheet">
<link href="./static/css/plugins/jqGrid/ui.jqgrid.css" rel="stylesheet">
<link href="./static/css/style.css" rel="stylesheet">
<script src="./staticjs/jquery-2.1.1.js"></script>
<script src="./staticjs/bootstrap.min.js"></script>
<script src="./staticjs/plugins/metisMenu/jquery.metisMenu.js"></script>
<script src="./staticjs/plugins/slimscroll/jquery.slimscroll.min.js"></script>
<!-- Sparkline demo data -->
<script src="../static/js/demo/sparkline-demo.js"></script>
<script src="../static/js/plugins/sparkline/jquery.sparkline.min.js"></script>
<!-- ChartJS-->
<script src="../static/js/plugins/chartJs/Chart.min.js"></script>
<!-- Toastr -->
<script src="../static/js/plugins/toastr/toastr.min.js"></script>
</body>
</html>