<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Vite + Svelte</title> <style> body { margin: 0; display: grid; align-items: center; justify-items: center; min-width: 100vw; min-height: 100vh; } </style> </head> <body class="bg-zinc-800"> <div id="app"></div> <script type="module" src="/src/main.js"></script> </body> </html>