-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathv5.html
48 lines (42 loc) · 1.08 KB
/
v5.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
42
43
44
45
46
47
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black"/>
<meta name="format-detection" content="telephone=no"/>
<meta http-equiv="Cache-Control" content="no-transform">
<style type="text/css">
*
{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
width: device-width;
user-zoom: fixed;
max-zoom: 1;
min-zoom: 1;
}
@-moz-viewport {
width: device-width;
user-zoom: fixed;
max-zoom: 1;
min-zoom: 1;
}
@viewport {
width: device-width;
user-zoom: fixed;
max-zoom: 1;
min-zoom: 1;
}
body { -ms-touch-action:none; }
</style>
<script type="text/javascript" src="http://tajs.qq.com/h5?sId=500000492" charset="UTF-8"></script>
<script type="text/javascript" src="cantk/js/cantk.js"></script>
<script type="text/javascript" src="myapp.js"></script>
<script type="text/javascript" src="cantk/js/webapp_init.js"></script>
<!--user scripts -->
</head>
<body>
</body>
</html>