|
@@ -1,19 +1,22 @@
|
1
|
1
|
<!DOCTYPE html>
|
2
|
2
|
<html>
|
|
3
|
+
|
3
|
4
|
<head>
|
4
|
5
|
<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 content="width=device-width,initial-scale=1,user-scalcble=no" name="viewport">
|
6
|
7
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
7
|
8
|
<meta name="apple-touch-fullscreen" content="yes">
|
8
|
9
|
<meta name="format-detection" content="telephone=no,address=no">
|
9
|
10
|
<meta name="apple-mobile-web-app-status-bar-style" content="white">
|
10
|
|
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" >
|
|
11
|
+ <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
11
|
12
|
<title></title>
|
12
|
13
|
<script>
|
13
|
|
- !function(n){function e(){var e=n.document.documentElement,t=e.getBoundingClientRect().width;e.style.fontSize=t>=640?"40px":t<=320?"20px":t/320*20+"px"}n.addEventListener("resize",(function(){e()})),e()}(window);
|
|
14
|
+ !function (n) { function e() { var e = n.document.documentElement, t = e.getBoundingClientRect().width; e.style.fontSize = t >= 640 ? "40px" : t <= 320 ? "20px" : t / 320 * 20 + "px" } n.addEventListener("resize", (function () { e() })), e() }(window);
|
14
|
15
|
</script>
|
15
|
16
|
</head>
|
|
17
|
+
|
16
|
18
|
<body>
|
17
|
19
|
<div id="app"></div>
|
18
|
20
|
</body>
|
19
|
|
-</html>
|
|
21
|
+
|
|
22
|
+</html>
|