index.html 916 B

123456789101112131415161718192021222324252627
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <link rel="stylesheet" href="/assets/uni.8341ee49.css">
  5. <meta charset="UTF-8" />
  6. <script>
  7. var coverSupport =
  8. 'CSS' in window &&
  9. typeof CSS.supports === 'function' &&
  10. (CSS.supports('top: env(a)') || CSS.supports('top: constant(a)'))
  11. document.write(
  12. '<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0' +
  13. (coverSupport ? ', viewport-fit=cover' : '') +
  14. '" />',
  15. )
  16. </script>
  17. <title>vite-uniapp-template</title>
  18. <!--preload-links-->
  19. <!--app-context-->
  20. <script type="module" crossorigin src="/assets/index-CU9Dsx61.js"></script>
  21. <link rel="stylesheet" crossorigin href="/assets/index-DTLVFe2t.css">
  22. </head>
  23. <body>
  24. <div id="app"><!--app-html--></div>
  25. </body>
  26. </html>