hinzufügen von wörtern

This commit is contained in:
adrian
2025-12-04 23:13:04 +01:00
parent 3dd6b3ff36
commit 93aca73e55
7 changed files with 65 additions and 0 deletions

View File

@ -12,6 +12,11 @@
<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>