Files
imposter/index.html
2025-12-04 23:13:04 +01:00

22 lines
660 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<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>
<input id="username" placeholder="username">
<input id="session_id" placeholder = "session_id">
<button onclick="re_direct()">send</button>
</div>
<div>
<input id="word" placeholder="word">
<input id="imposterWord" placeholder="Imposter Wort">
<button onclick="addWord()">Wörter hinzufügen</button>
</div>
<script src="index.js"></script>
</body>
</html>