<!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 + balls</title>
  </head>

  <body>
    <div id="app" style="margin: 0; padding: 0;"></div>
    <script type="module" src="/src/main.js"></script>

    <noscript>
      <style type="text/css">
          .pagecontainer {display:none;}
      </style>
      <div class="noscriptmsg">
        You don't have javascript enabled. <br/>
        Please visit this website without javascript: <a href="https://scriptless.deprived.dev/">link</a>
      </div>
    </noscript>
  </body>

</html>