Skip to content
Snippets Groups Projects
Select Git revision
  • main
  • responsive-ui
  • v0.4.0
  • v0.3.22
  • v0.3.6
  • v0.3.4
  • v0.3.5
  • v0.3.3
  • v0.3.2
  • v0.3.1
  • v0.3.0
  • v0.2.9
  • v0.2.8
  • v0.2.7
  • v0.2.6
  • 0.1
16 results

index.html

Blame
  • index.html 361 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="UTF-8" />
        <link rel="icon" type="image/svg+xml" href="/favicon.ico" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <title>Haven Web</title>
      </head>
      <body>
        <div id="root"></div>
        <script type="module" src="/src/main.tsx"></script>
      </body>
    </html>