index.html 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <link rel="icon" href="/favicon.svg" type="image/svg+xml">
  7. <title></title>
  8. <meta name="description" content="Opinionated Vite Starter Template">
  9. <!-- <script src="https://unpkg.com/vconsole@latest/dist/vconsole.min.js"></script> -->
  10. </head>
  11. <body class="bg-hex-fcfeff">
  12. <div id="app"></div>
  13. <noscript>
  14. <div>Please enable JavaScript to use this application.</div>
  15. </noscript>
  16. <script>(function () {
  17. // var vConsole = new window.VConsole();
  18. // const angent = navigator.userAgent
  19. })()
  20. </script>
  21. <script src="/config.js"></script>
  22. <script type="module" src="/src/main.ts"></script>
  23. <script>
  24. var _hmt = _hmt || [];
  25. (function() {
  26. var hm = document.createElement("script");
  27. hm.src = "https://hm.baidu.com/hm.js?7315461a461ba4c1e7531bd3fa0b7927";
  28. var s = document.getElementsByTagName("script")[0];
  29. s.parentNode.insertBefore(hm, s);
  30. })();
  31. </script>
  32. </body>
  33. </html>