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