administration done (minimalistic)

This commit is contained in:
2024-10-04 17:05:10 +02:00
parent 894e102322
commit 5a13cf9214
3 changed files with 178 additions and 48 deletions

View File

@@ -12,11 +12,13 @@
<body>
<div>
<h1>Users</h1>
<p>id, username, permission</p>
<div id="users"></div>
</div>
<div>
<h1>Votes</h1>
<div id="votes"></div>
<h1>Players</h1>
<p>id, name</p>
<div id="players"></div>
</div>
</body>
</html>