index.html 311 B

12345678910111213
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <title><{VITE_TITLE}></title>
  6. <link rel="icon" type="image/png" id="logo" href="/src/assets/images/global/logo.png">
  7. </head>
  8. <body>
  9. <div id="app"></div>
  10. </body>
  11. <script type="module" src="/src/main.ts"></script>
  12. </html>