index.html 424 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <link
  7. rel="stylesheet"
  8. href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
  9. />
  10. <title>Vite App</title>
  11. </head>
  12. <body>
  13. <div id="root"></div>
  14. <script type="module" src="/src/main.tsx"></script>
  15. </body>
  16. </html>