-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
60 lines (57 loc) · 3.42 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Reetek Vue2 Admin</title>
<link rel="shortcut icon" type="image/x-icon" href="static/img/favicon.ico" />
<!-- css -->
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/css/font-awesome.min.css">
<link rel="stylesheet" href="/static/css/AdminLTE.min.css">
<link rel="stylesheet" href="/static/css/skin-blue.min.css">
<link rel="stylesheet" href="/static/js/plugins/pace/pace.min.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="hold-transition skin-blue sidebar-mini">
<div id="root"></div>
<!-- built files will be auto injected. Static files below -->
<script src="/static/js/plugins/jquery/jquery-2.2.4.min.js"></script>
<script src="/static/js/plugins/bootstrap/bootstrap.min.js"></script>
<script src="/static/js/plugins/colorpicker/bootstrap-colorpicker.min.js"></script>
<script src="/static/js/plugins/fastclick/fastclick.js"></script>
<script src="/static/js/plugins/slimScroll/jquery.slimscroll.min.js"></script>
<script src="/static/js/plugins/chartjs/chart.min.js"></script>
<script src="/static/js/plugins/raphael/raphael.min.js"></script>
<script src="/static/js/plugins/morris/morris.min.js"></script>
<script src="/static/js/plugins/flot/jquery.flot.min.js"></script>
<script src="/static/js/plugins/flot/jquery.flot.resize.min.js"></script>
<!-- FLOT PIE PLUGIN - also used to draw donut charts -->
<script src="/static/js/plugins/flot/jquery.flot.pie.min.js"></script>
<!-- FLOT CATEGORIES PLUGIN - Used to draw bar charts -->
<script src="/static/js/plugins/flot/jquery.flot.categories.min.js"></script>
<script src="/static/js/plugins/jquery-ui/jquery-ui.min.js"></script>
<script src="/static/js/plugins/moment/moment.min.js"></script>
<script src="/static/js/plugins/select2/select2.full.min.js"></script>
<script src="/static/js/plugins/fullcalendar/fullcalendar.min.js"></script>
<script src="/static/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js"></script>
<script src="/static/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js"></script>
<script src="/static/js/plugins/datepicker/bootstrap-datepicker.js"></script>
<script src="/static/js/plugins/daterangepicker/daterangepicker.js"></script>
<script src="/static/js/plugins/timepicker/bootstrap-timepicker.min.js"></script>
<script src="/static/js/plugins/knob/jquery.knob.js"></script>
<script src="/static/js/plugins/input-mask/jquery.inputmask.js"></script>
<script src="/static/js/plugins/sparkline/jquery.sparkline.min.js"></script>
<script src="/static/js/plugins/datatables/jquery.dataTables.min.js"></script>
<script src="/static/js/plugins/datatables/dataTables.bootstrap.min.js"></script>
<script src="/static/js/plugins/ckeditor/ckeditor.js"></script>
<script src="/static/js/plugins/bootstrap-wysihtml5/bootstrap3-wysihtml5.all.min.js"></script>
<script src="/static/js/plugins/AdminLTE/app.min.js"></script>
<script src="/static/js/plugins/pace/pace.min.js"></script>
</body>
</html>