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