index.html 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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
  30. >We're sorry but vue-starter doesn't work properly without JavaScript
  31. enabled. Please enable it to continue.</strong
  32. >
  33. </noscript>
  34. <div id="app"></div>
  35. <!-- built files will be auto injected -->
  36. </body>
  37. </html>