index.html 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. if (navigator.appVersion.includes("Chrome/")) {
  12. try {
  13. _hmt.push([
  14. "_setUserTag",
  15. "4873",
  16. navigator.appVersion.match(/(Chrome\/\d\d)/)[0],
  17. ]);
  18. } catch (e) {
  19. _hmt.push(["_setUserTag", "4873", navigator.appVersion]);
  20. }
  21. }
  22. _hmt.push(["_setUserTag", "4889", navigator.appVersion]);
  23. _hmt.push(["_setUserTag", "4894", navigator.userAgent]);
  24. </script>
  25. <!-- <script src="<%= BASE_URL %>ckeditor/ckeditor.js"></script> -->
  26. </head>
  27. <body>
  28. <noscript>
  29. <strong>We're sorry but vue-starter doesn't work properly without JavaScript
  30. enabled. Please enable it to continue.</strong>
  31. </noscript>
  32. <div id="app"></div>
  33. <!-- built files will be auto injected -->
  34. </body>
  35. </html>