bug fixes
This commit is contained in:
13
index.html
13
index.html
@ -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>
|
||||
Reference in New Issue
Block a user