index.html 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <meta http-equiv="Content-Security-Policy" content="form-action 'self';">
  8. <!-- <link rel="icon" href="<%= BASE_URL %>icon.ico"> -->
  9. <title>广西自学考试网上系统</title>
  10. <link rel="shortcut icon" type="image/x-icon" href="./login/img/favicon.png"/>
  11. <style>
  12. html, body, #app { height: 100%; margin: 0px; padding: 0px; }
  13. .d2-home { background-color: #303133; height: 100%; display: flex; flex-direction: column; }
  14. .d2-home__main { user-select: none; width: 100%; flex-grow: 1; display: flex; justify-content: center; align-items: center; flex-direction: column; }
  15. .d2-home__footer { width: 100%; flex-grow: 0; text-align: center; padding: 1em 0; }
  16. .d2-home__footer > a { font-size: 12px; color: #ABABAB; text-decoration: none; }
  17. .d2-home__loading { height: 32px; width: 32px; margin-bottom: 20px; }
  18. .d2-home__title { color: #FFF; font-size: 14px; margin-bottom: 10px; }
  19. .d2-home__sub-title { color: #ABABAB; font-size: 12px; }
  20. </style>
  21. <!-- <script>
  22. var _hmt = _hmt || [];
  23. var hmid = "1dfa88d0c8571eef2d383070cb3e5ca1";
  24. (function() { var hm = document.createElement("script"); hm.src = "https://hm.baidu.com/hm.js?" + hmid; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(hm, s);})();
  25. </script> -->
  26. <!-- ua -->
  27. <!-- <script src="<%= BASE_URL %>script/ua-parser.min.js"></script> -->
  28. <!-- <script src="<%= BASE_URL %>script/ua.js"></script> -->
  29. <!-- dist product-->
  30. <!-- <script src="/ses-enrol-v1/enrol/login/vendor/md5/md5.js"></script> -->
  31. <!-- <script src="<%= BASE_URL %>login/vendor/md5/md5.js"></script> -->
  32. </head>
  33. <body>
  34. <noscript>
  35. <strong>
  36. 很抱歉,如果没有 JavaScript 支持,广西自考报考系统 将不能正常工作。请启用浏览器的 JavaScript 然后继续。
  37. </strong>
  38. </noscript>
  39. <div id="app">
  40. <div class="d2-home">
  41. <div class="d2-home__main">
  42. <img
  43. class="d2-home__loading"
  44. src="./image/loading/oval.svg"
  45. alt="loading">
  46. <div class="d2-home__title">
  47. 正在加载资源
  48. </div>
  49. <div class="d2-home__sub-title">
  50. 初次加载资源可能需要较多时间 请耐心等待
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </body>
  56. </html>