Files
2026-08-05 01:29:39 +02:00

12 lines
753 B
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>