-
Notifications
You must be signed in to change notification settings - Fork 0
/
remote.html
62 lines (56 loc) · 1.88 KB
/
remote.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>Mockplus</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="renderer" content="webkit">
<meta name="viewport"
content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-touch-fullscreen" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="renderer" content="webkit">
<meta name="full-screen" content="yes">
<meta name="author" content="Mockplus">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="0">
<link rel="stylesheet" href="assets/fonts.css">
<script src="js/config.js"></script>
<script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
<style type="text/css">
.loading {
position: absolute;
width: 100px;
height: 30px;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
margin: auto;
font-size: 14px;
}
</style>
</head>
<body>
<div style="visibility: hidden; position: absolute; height: 0">
<p id="measure" style="visibility: hidden; position: absolute; white-space: nowrap; font-size:14px"></p>
</div>
<!--[if lt IE 10]>
<p>暂不支持 IE 10 以下版本,请升级浏览器或者尝试使用其它浏览器。</p>
<![endif]-->
<!-- DATA -->
<![if gte IE 10 | !IE]>
<div id="container">
数据载入中...
</div>
<![endif]-->
<script>window.remote=true;</script>
<script src="js/libs.js"></script>
<script src="js/bundle.js"></script>
<!-- version: 3.6.1.0 (1918) -->
<!-- time: Wed Oct 23 2019 10:02:54 GMT+0800 (CST) -->
</body>
</html>