index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <!DOCTYPE html>
  2. <html lang="en">
  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. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  8. <title>考试云平台</title>
  9. <script>
  10. var _hmt = _hmt || [];
  11. (function() {
  12. var hm = document.createElement("script");
  13. hm.src = "https://hm.baidu.com/hm.js?634d486c554479265c7e4d00433eb1e8";
  14. var s = document.getElementsByTagName("script")[0];
  15. s.parentNode.insertBefore(hm, s);
  16. })();
  17. if (navigator.appVersion.includes("Chrome/")) {
  18. try {
  19. _hmt.push([
  20. "_setUserTag",
  21. "4873",
  22. navigator.appVersion.match(/(Chrome\/\d\d)/)[0]
  23. ]);
  24. } catch (e) {
  25. _hmt.push(["_setUserTag", "4873", navigator.appVersion]);
  26. }
  27. }
  28. _hmt.push(["_setUserTag", "4889", navigator.appVersion]);
  29. _hmt.push(["_setUserTag", "4894", navigator.userAgent]);
  30. </script>
  31. </head>
  32. <body>
  33. <noscript>
  34. <strong
  35. >We're sorry but vue-starter doesn't work properly without JavaScript
  36. enabled. Please enable it to continue.</strong
  37. >
  38. </noscript>
  39. <div id="app"></div>
  40. <!-- built files will be auto injected -->
  41. </body>
  42. </html>