Files
imposter/game/game.html
2025-12-10 21:40:30 +01:00

16 lines
402 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<base href="/game/">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>game</title>
</head>
<body>
<div id="imposterState" class="imposterState"></div>
<div id="word" class="word"></div>
<script src="./game.js" ></script>
</body>
</html>