This commit is contained in:
Kim Ravn Hansen
2025-09-15 11:28:25 +02:00
parent 58c48fdc4b
commit c19557ba33
19 changed files with 1546 additions and 26 deletions

6
server/public/index.html Executable file → Normal file
View File

@@ -6,8 +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.css" />
<link rel="manifest" href="manifest.json" />
<link rel="manifest" href="/assets/manifest-BwHFeIBa.json" />
<script type="module" crossorigin src="/assets/index-Dz3BJtZ6.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DHjAscAP.css">
</head>
<body>
<div id="container">
@@ -26,6 +27,5 @@
</div>
</div>
<script type="module" src="client.js"></script>
</body>
</html>