first commit

This commit is contained in:
Colin-Joel Scupin
2026-08-05 01:29:39 +02:00
commit 86d4bcdc37
85 changed files with 7706 additions and 0 deletions
@@ -0,0 +1,11 @@
<!doctype html><html lang="de"><head><meta charset="utf-8"><link rel="stylesheet" href="style.css"></head>
<body><main id="app" class="hidden">
<section class="admin-shell">
<header><div><small>DEVX-CITY</small><h1>Administration</h1></div><div class="header-actions"><button id="refresh">Aktualisieren</button><button id="close">×</button></div></header>
<div id="error" class="error hidden"></div>
<div class="layout">
<aside><input id="search" placeholder="Spieler suchen"><div id="players" class="players"></div></aside>
<section id="editor" class="editor empty"><h2>Spieler auswählen</h2><p>Wähle links einen Online-Spieler aus.</p></section>
</div>
</section>
</main><script src="app.js"></script></body></html>