index.html 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta name="viewport" content="width=device-width,initial-scale=1.0,
  6. maximum-scale=1.0,minimum-scale=1.0, user-scalable=no"" />
  7. <meta name=" renderer" content="webkit|ie-comp|ie-stand" />
  8. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  9. <meta name="apple-mobile-web-app-capable" content="yes" />
  10. <meta name="apple-mobile-web-app-status-bar-style" content="black" />
  11. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  12. <title>在线考试管理后台</title>
  13. </head>
  14. <body>
  15. <noscript>
  16. <strong>We're sorry but 在线考试管理后台 doesn't work properly without
  17. JavaScript enabled. Please enable it to continue.</strong>
  18. </noscript>
  19. <div id="app"></div>
  20. <script>
  21. var _hmt = _hmt || [];
  22. // (function () {
  23. // var hmId = "xxxxx";
  24. // var hm = document.createElement("script");
  25. // hm.src = "https://hm.baidu.com/hm.js?" + hmId;
  26. // var s = document.getElementsByTagName("script")[0];
  27. // s.parentNode.insertBefore(hm, s);
  28. // })();
  29. </script>
  30. <!-- built files will be auto injected -->
  31. </body>
  32. </html>