index.html 491 B

1234567891011121314151617181920212223
  1. <!--
  2. * @Author: LiZhiWei
  3. * @Date: 2025-04-09 09:04:17
  4. * @LastEditors: LiZhiWei
  5. * @LastEditTime: 2025-04-09 10:17:33
  6. * @Description:
  7. -->
  8. <!doctype html>
  9. <html lang="en">
  10. <head>
  11. <meta charset="UTF-8" />
  12. <link rel="icon" type="image/svg+xml" href="/vite.svg" />
  13. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  14. <title>Vite App</title>
  15. </head>
  16. <body>
  17. <div id="app"></div>
  18. <script type="module" src="/src/main.ts"></script>
  19. </body>
  20. </html>