|
@@ -1,19 +1,28 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html>
|
3
|
|
-<head>
|
4
|
|
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
|
5
|
|
- <meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport">
|
6
|
|
- <meta name="apple-mobile-web-app-capable" content="yes">
|
7
|
|
- <meta name="apple-touch-fullscreen" content="yes">
|
8
|
|
- <meta name="format-detection" content="telephone=no,address=no">
|
9
|
|
- <meta name="apple-mobile-web-app-status-bar-style" content="white">
|
10
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
11
|
|
- <!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> -->
|
12
|
|
- <script charset="utf-8" src="https://map.qq.com/api/gljs?v=1.exp&key=HTPBZ-HHJA7-XD2XD-PRS37-H3HVJ-U5BAA&libraries=service"></script>
|
13
|
|
- <title>civilized-miniapp</title>
|
14
|
|
- <script><%= htmlWebpackPlugin.options.script %></script>
|
15
|
|
-</head>
|
16
|
|
-<body>
|
17
|
|
- <div id="app"></div>
|
18
|
|
-</body>
|
|
3
|
+ <head>
|
|
4
|
+ <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
|
5
|
+ <meta
|
|
6
|
+ content="width=device-width,initial-scale=1,user-scalable=no"
|
|
7
|
+ name="viewport"
|
|
8
|
+ />
|
|
9
|
+ <meta name="apple-mobile-web-app-capable" content="yes" />
|
|
10
|
+ <meta name="apple-touch-fullscreen" content="yes" />
|
|
11
|
+ <meta name="format-detection" content="telephone=no,address=no" />
|
|
12
|
+ <meta name="apple-mobile-web-app-status-bar-style" content="white" />
|
|
13
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
14
|
+ <!-- <script src="http://res.wx.qq.com/open/js/jweixin-1.6.0.js"></script> -->
|
|
15
|
+ <script
|
|
16
|
+ charset="utf-8"
|
|
17
|
+ src="https://map.qq.com/api/gljs?v=1.exp&key=HTPBZ-HHJA7-XD2XD-PRS37-H3HVJ-U5BAA&libraries=service"
|
|
18
|
+ ></script>
|
|
19
|
+
|
|
20
|
+ <title>civilized-miniapp</title>
|
|
21
|
+ <script>
|
|
22
|
+ <%= htmlWebpackPlugin.options.script %>
|
|
23
|
+ </script>
|
|
24
|
+ </head>
|
|
25
|
+ <body>
|
|
26
|
+ <div id="app"></div>
|
|
27
|
+ </body>
|
19
|
28
|
</html>
|