index.html 604 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <link rel="icon" href="/favicon.ico" />
  6. <link rel="preconnect" href="https://fonts.googleapis.com" />
  7. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
  8. <link
  9. href="https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap"
  10. rel="stylesheet"
  11. />
  12. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  13. <title>Goflare</title>
  14. </head>
  15. <body>
  16. <div id="app"></div>
  17. <script type="module" src="/src/main.ts"></script>
  18. </body>
  19. </html>