index.html 539 B

123456789101112131415161718
  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>Vitesse Lite</title>
  8. <meta name="description" content="Opinionated Vite Starter Template" />
  9. </head>
  10. <body>
  11. <div id="app"></div>
  12. <noscript>
  13. <div>Please enable JavaScript to use this application.</div>
  14. </noscript>
  15. <script type="module" src="/src/main.ts"></script>
  16. </body>
  17. </html>