Files
imposter/session/session.html
2025-12-11 22:19:48 +01:00

23 lines
503 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<base href="/session/">
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imposter</title>
</head>
<body>
<div class="hello_username" id="hello_username"></div>
<div id = "users"></div>
<div>
<button id="readyButton" class="readyButton" onclick="ready()">Nicht Bereit!</button>
</div>
<script src="./session.js" ></script>
</body>
</html>