This commit is contained in:
Kim Ravn Hansen
2025-09-15 12:33:08 +02:00
parent c19557ba33
commit 63dff39be2
12 changed files with 84 additions and 59 deletions

View File

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