-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
41 lines (38 loc) · 1.51 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
<!DOCTYPE html>
<!--[if IE 9 ]> <html lang="zh-CN" ng-app="app" class="js ua-ie9"> <![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html lang="zh-CN" class="js">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="format-detection" content="telephone=no">
<meta name="format-detection" content="address=no">
<meta name="fragment" content="!">
<title>vue-seed</title>
<!-- 从cdn引入静态资源示例 -->
<!--<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.assetsPublicPath %>/statics/css.css">-->
<base href="/" />
</head>
<body>
<!--[if lt IE 9]>
<p class="browsehappy">
你正在使用一个<strong>过时</strong>的浏览器。请<a class="link" target="_blank" href="http://browsehappy.com">升级你的浏览器</a>以查看此页面。
</p>
<![endif]-->
<div id="app"></div>
<!-- built files will be auto injected -->
<script>
var _hmt = _hmt || [];
(function () {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?b58ddc525cfe5199ea05b77a87a721c2";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!--<script src="<%= htmlWebpackPlugin.options.assetsPublicPath %>static/js/vendor.dll.js"></script>-->
<script src="<%= htmlWebpackPlugin.options.assetsPublicPath %>static/js/<%= htmlWebpackPlugin.options.dllJsFileName %>"></script>
</body>
</html>