index.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. <meta http-equiv="Content-Security-Policy" content="script-src 'self'" />
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  9. <title>题库</title>
  10. <script>
  11. var _hmt = _hmt || [];
  12. if (navigator.appVersion.includes("Chrome/")) {
  13. try {
  14. _hmt.push([
  15. "_setUserTag",
  16. "4873",
  17. navigator.appVersion.match(/(Chrome\/\d\d)/)[0],
  18. ]);
  19. } catch (e) {
  20. _hmt.push(["_setUserTag", "4873", navigator.appVersion]);
  21. }
  22. }
  23. _hmt.push(["_setUserTag", "4889", navigator.appVersion]);
  24. _hmt.push(["_setUserTag", "4894", navigator.userAgent]);
  25. </script>
  26. <!-- <script src="<%= BASE_URL %>ckeditor/ckeditor.js"></script> -->
  27. </head>
  28. <body>
  29. <noscript>
  30. <strong
  31. >We're sorry but vue-starter doesn't work properly without JavaScript
  32. enabled. Please enable it to continue.</strong
  33. >
  34. </noscript>
  35. <div id="app"></div>
  36. <!-- built files will be auto injected -->
  37. </body>
  38. </html>