-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
55 lines (46 loc) · 2.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<base href="/">
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<link href="//cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Bootstrap 3.3.7 -->
<link href="//cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
<!-- Ionicons -->
<link href="//cdn.bootcss.com/ionicons/2.0.1/css/ionicons.min.css" rel="stylesheet">
<!-- Theme style -->
<link href="//cdn.bootcss.com/admin-lte/2.3.11/css/AdminLTE.min.css" rel="stylesheet">
<link href="//cdn.bootcss.com/admin-lte/2.3.11/css/skins/_all-skins.min.css" rel="stylesheet">
<!-- 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]-->
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
<title>vue-lte-ui demo</title>
</head>
<body class="skin-blue sidebar-mini fixed">
<div id="app"></div>
<script src="//cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="//cdn.bootcss.com/marked/0.3.6/marked.min.js"></script>
<script src="static/emmet/emmet.js"></script>
<script src="//cdn.bootcss.com/ace/1.2.8/ace.js"></script>
<script src="//cdn.bootcss.com/ace/1.2.8/ext-emmet.js"></script>
<script src="//cdn.bootcss.com/ace/1.2.8/ext-language_tools.js"></script>
<script src="//cdn.bootcss.com/ace/1.2.8/ext-chromevox.js"></script>
<script src="//cdn.bootcss.com/js-beautify/1.6.14/beautify.min.js"></script>
<script src="//cdn.bootcss.com/js-beautify/1.6.14/beautify-css.min.js"></script>
<script src="//cdn.bootcss.com/js-beautify/1.6.14/beautify-html.min.js"></script>
<script src="static/js-beautify/unpackers/p_a_c_k_e_r_unpacker.js"></script>
<script src="static/js-beautify/unpackers/urlencode_unpacker.js"></script>
<script src="static/js-beautify/unpackers/myobfuscate_unpacker.js"></script>
<script src="static/js-beautify/unpackers/javascriptobfuscator_unpacker.js"></script>
<script src="dist/build.js"></script>
</body>
</html>