Skip to content
Snippets Groups Projects
Select Git revision
  • 7cb34cd0e83e9645283ac49e98a9cc9ec89fec32
  • main default protected
  • 1.0.0
3 results

index.php

Blame
  • index.html 362 B
    <!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 + Vue + TS</title>
      </head>
      <body>
        <div id="app"></div>
        <script type="module" src="/src/main.ts"></script>
      </body>
    </html>