23 lines
765 B
HTML
23 lines
765 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>
|
|
<h1 class="heading">IMPOSTER</h1>
|
|
<div>
|
|
<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>
|
|
<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> |