Meta player, new embed code, new LSP style

This commit is contained in:
cat 2016-09-22 16:40:13 +02:00
parent 5501c67b49
commit d4be01474d
50 changed files with 6288 additions and 970 deletions

View file

@ -16,26 +16,23 @@
</head>
<body>
<nav>
<a href='#' class=logo>Server</a>
<a href='#' class=logo>MistServer</a>
<div class=menu>
</div>
</nav>
<div class=scroller>
<div class=filler>
<header>
<h1>Management Interface</h1>
<aside id=status>
<span id='connection' class='red'>Disconnected</span>
<span id='user_and_host'></span>
<span id='message'></span>
</aside>
</header>
<nav class=secondary_menu></nav>
<main>
Loading..
<noscript>Please enable JavaScript.</noscript>
</main>
</div>
<div class=filler>
<header>
<h1>Management Interface</h1>
<aside id=status>
<span id='connection' class='red'>Disconnected</span>
<span id='user_and_host'></span>
<span id='message'></span>
</aside>
</header>
<main>
Loading..
<noscript>Please enable JavaScript.</noscript>
</main>
</div>
</body>
</html>