index.html 482 B

123456789101112131415
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <!-- <link rel="icon" href="/assets/logo.png" /> -->
  6. <link rel="icon" href="favicon.ico">
  7. <!-- <link rel="shortcut icon" type="image/x-icon" href="<%= BASE_URL %>favicon.ico" /> -->
  8. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  9. <title></title>
  10. </head>
  11. <body>
  12. <div id="app"></div>
  13. <script type="module" src="/src/main.ts"></script>
  14. </body>
  15. </html>