</head>
  <body>
    <nav>
      <a href='#' class=logo>MistServer</a>
      <div class=menu>
      </div>
    </nav>
    <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>