2023-12-28 23:09:28 +01:00
|
|
|
<!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>
|
2023-12-29 06:00:58 +01:00
|
|
|
|
|
|
|
<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>
|
2023-12-28 23:09:28 +01:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|