remote.html 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Mockplus</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  7. <meta name="renderer" content="webkit">
  8. <meta name="viewport"
  9. content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no">
  10. <meta name="apple-mobile-web-app-capable" content="yes">
  11. <meta name="apple-touch-fullscreen" content="yes">
  12. <meta name="mobile-web-app-capable" content="yes">
  13. <meta name="apple-mobile-web-app-status-bar-style" content="black">
  14. <meta name="renderer" content="webkit">
  15. <meta name="full-screen" content="yes">
  16. <meta name="author" content="Mockplus">
  17. <meta http-equiv="Pragma" content="no-cache">
  18. <meta http-equiv="Cache-Control" content="no-cache">
  19. <meta http-equiv="Expires" content="0">
  20. <link rel="stylesheet" href="assets/fonts.css">
  21. <script src="js/config.js"></script>
  22. <script src="https://res.wx.qq.com/open/js/jweixin-1.3.2.js"></script>
  23. <style type="text/css">
  24. .loading {
  25. position: absolute;
  26. width: 100px;
  27. height: 30px;
  28. left: 0px;
  29. top: 0px;
  30. right: 0px;
  31. bottom: 0px;
  32. margin: auto;
  33. font-size: 14px;
  34. }
  35. </style>
  36. </head>
  37. <body>
  38. <div style="visibility: hidden; position: absolute; height: 0">
  39. <p id="measure" style="visibility: hidden; position: absolute; white-space: nowrap; font-size:14px"></p>
  40. </div>
  41. <!--[if lt IE 10]>
  42. <p>暂不支持 IE 10 以下版本,请升级浏览器或者尝试使用其它浏览器。</p>
  43. <![endif]-->
  44. <!-- DATA -->
  45. <![if gte IE 10 | !IE]>
  46. <div id="container">
  47. 数据载入中...
  48. </div>
  49. <![endif]-->
  50. <script>window.remote=true;</script>
  51. <script src="js/libs.js"></script>
  52. <script src="js/bundle.js"></script>
  53. <!-- version: 3.6.1.4 (1930) -->
  54. <!-- time: Mon Apr 20 2020 13:57:31 GMT+0800 (CST) -->
  55. </body>
  56. </html>