index.html 486 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <title>香港星元有限公司</title>
  8. </head>
  9. <body>
  10. <div id="app" class="flex flex-col min-h-0 mx-auto"></div>
  11. <script type="module" src="/src/main.ts"></script>
  12. <noscript>
  13. Opinionated, production ready template for Vite and Vue 3
  14. </noscript>
  15. </body>
  16. </html>