bug fixes

This commit is contained in:
adrian
2025-12-15 20:45:41 +01:00
parent de6f6252c2
commit c432390984
6 changed files with 62 additions and 20 deletions

View File

@ -6,17 +6,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Imposter</title>
</head>
<body>
<body>
<h1 class="heading">IMPOSTER</h1>
<div>
<input id="username" placeholder="username">
<input id="session_id" placeholder = "session_id">
<button onclick="re_direct()">send</button>
<input id="username" class="username" placeholder="username">
<input id="session_id" class="session_id" placeholder = "session_id">
<button class ="joinButton"onclick="re_direct()">beitren</button>
</div>
<div>
<!-- <div>
<input id="word" placeholder="word">
<input id="imposterWord" placeholder="Imposter Wort">
<button onclick="addWord()">Wörter hinzufügen</button>
</div>
</div> -->
<script src="index.js"></script>
</body>
</html>