| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <!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.4 (1930) -->
- <!-- time: Mon Apr 20 2020 13:57:31 GMT+0800 (CST) -->
- </body>
- </html>
|