first commit

This commit is contained in:
adrian
2025-12-04 21:21:30 +01:00
commit 3dd6b3ff36
2124 changed files with 338827 additions and 0 deletions

23
session/session.html Normal file
View 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>