12 lines
753 B
HTML
12 lines
753 B
HTML
<!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>
|