Skip to content
Snippets Groups Projects
index.html 348 B
Newer Older
VIktorGrev's avatar
VIktorGrev committed
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <link rel="icon" href="/src/assets/Sparesti-logo.png">
VIktorGrev's avatar
VIktorGrev committed
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Sparesti</title>
VIktorGrev's avatar
VIktorGrev committed
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>