-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
37 lines (36 loc) · 2.1 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content=""></meta>
<meta name="keywords" content=""></meta>
<meta charset="utf-8"></meta>
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no"></meta>
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no, email=no" />
<meta name="apple-mobile-web-app-capable" content="yes"></meta>
<meta name="apple-mobile-web-app-status-bar-style" content="black"></meta>
<meta name="x5-fullscreen" content="true"></meta>
<meta name="full-screen" content="yes"></meta>
<meta name="fullscreen" content="yes"></meta>
<meta name="renderer" content="webkit">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="//static.zhongan.com/website/mobile/assets/images/apple_icon/zhongan_icon_52.png"></link>
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="//static.zhongan.com/website/mobile/assets/images/apple_icon/zhongan_icon_72.png"></link>
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="//static.zhongan.com/website/mobile/assets/images/apple_icon/zhongan_icon_114.png"></link>
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="//static.zhongan.com/website/mobile/assets/images/apple_icon/zhongan_icon_144.png"></link>
<link type="image/x-icon" rel="Shortcut Icon" href="//static.zhongan.com/website/mobile/assets/images/apple_icon/zhongan_icon_144.png"></link>
<script>
(window.__setFontSize__ = function() {
document.documentElement.style.fontSize = Math.min(640, Math.max(document.documentElement.clientWidth, 320)) / 375 * 14 + 'px'
})()
</script>
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
<!--<script src="./static/js/vendor.dll.js"></script>-->
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<script src="/static/js/occupation.js"></script>
</html>