-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.31 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-store, must-revalidate">
<meta http-equiv="expires" content="Wed, 26 Feb 1997 08:21:57 GMT">
<meta http-equiv="expires" content="0">
<title>美票</title>
<!-- <link href=<%= htmlWebpackPlugin.options.path %>visavail/css/visavail.css rel="stylesheet" type="text/css">
<link href=<%= htmlWebpackPlugin.options.path %>vendors/font-awesome/css/font-awesome.min.css rel="stylesheet" type="text/css"> -->
</head>
<body>
<!-- <script src=<%= htmlWebpackPlugin.options.path %>vendors/jquery.slim.min.js ></script>
<script src=<%= htmlWebpackPlugin.options.path %>vendors/moment-with-locales.min.js ></script>
<script>
moment.locale('zh-cn')
</script>
<script src=<%= htmlWebpackPlugin.options.path %>vendors/d3.min.js ></script>
<script src=<%= htmlWebpackPlugin.options.path %>visavail/js/visavail.js></script>
<script src="http://code.jquery.com/jquery-1.4.1.js"></script>
<script src="http://cdn.bootcss.com/blueimp-md5/1.1.0/js/md5.js"></script>-->
<script src=<%= htmlWebpackPlugin.options.path %>tinymce/tinymce.min.js></script>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>