UNPKG

2.19 kBHTMLView Raw
1<!doctype html>
2<html>
3<head>
4 <meta charset="utf-8" />
5 <meta name="renderer" content="webkit" />
6 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
7 <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no" />
8 <meta name="format-detection" content="telephone=no,email=no" />
9 <meta name="apple-mobile-web-app-capable" content="yes" />
10 <meta name="apple-mobile-web-app-status-bar-style" content="black" />
11 <title>
12 <%= htmlWebpackPlugin.options.title %>
13 </title>
14 <style type="text/css">
15 html,
16 body,
17 #app {
18 height: 100%;
19 padding: 0;
20 margin: 0;
21 position: absolute;
22 z-index: 0;
23 }
24 </style>
25</head>
26
27<body>
28 <div id="app" style="width:100%;height:100%"></div>
29 <div id="box" style="position:relative;z-index:10000"></div>
30 <script src='./vendor/polyfill.min.js' charset="utf-8"></script>
31 <!--[if lt IE 10]>
32 <script type='text/javascript' src='./vendor/es5.min.js'></script>
33 <![endif]-->
34 <script src='./vendor/vendor.dll.js' charset="utf-8"></script>
35 <script src='./vendor/echarts.min.js' charset="utf-8"></script>
36 <script src='./vendor/zrender.min.js' charset="utf-8"></script>
37</body>
38
39<script type="text/javascript">
40 window._hmt = window._hmt || [];
41 window._vds = window._vds || [];
42 function downloadJSAtOnload() {
43 var j = document.createElement("script");
44 j.src = "./vendor/jquery.min.js";
45 var head = document.getElementsByTagName('HEAD').item(0);
46 var style = document.createElement('link');
47 style.href = './vendor/css/animate.min.css';
48 style.rel = 'stylesheet';
49 style.type = 'text/css';
50 head.appendChild(style);
51 document.body.appendChild(j);
52 }
53 if (window.addEventListener)
54 window.addEventListener("load", downloadJSAtOnload, false);
55 else if (window.attachEvent)
56 window.attachEvent("onload", downloadJSAtOnload);
57 else window.onload = downloadJSAtOnload;
58</script>
59
60</html>
\No newline at end of file