--wip-- [skip ci]

This commit is contained in:
Kim Ravn Hansen
2026-04-01 19:22:59 +02:00
parent e7c21b5f68
commit 36151b1841

View File

@@ -8,7 +8,7 @@
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="style.scss" /> <link rel="stylesheet" href="style.scss" />
<link rel="manifest" href="manifest.json" /> <link rel="manifest" href="manifest.json" />
<lin rel="icon" href="/favicon.ico" /> <link rel="icon" href="/favicon.ico" />
</head> </head>
<body> <body>
<div id="container"> <div id="container">
@@ -28,6 +28,5 @@
</div> </div>
<script type="module" src="client.js"></script> <script type="module" src="client.js"></script>
//# sourceMappingURL=
</body> </body>
</html> </html>