first commit
This commit is contained in:
23
session/session.html
Normal file
23
session/session.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<base href="/session/">
|
||||
<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 class="hello_username" id="hello_username"></div>
|
||||
|
||||
<button class="button" onclick="show_user()">show user</button>
|
||||
|
||||
<div id = "users"></div>
|
||||
|
||||
<div>
|
||||
<button id="readyButton" class="readyButton" onclick="ready()">Nicht Bereit!</button>
|
||||
</div>
|
||||
|
||||
<script src="./session.js" ></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user