BareGit
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>NetHack spectator</title>
  <link rel="stylesheet" href="/viewer.css">
</head>
<body>
  <main>
    <header>
      <h1>NetHack spectator</h1>
      <p id="lifecycle">Connecting…</p>
    </header>
    <pre id="map" aria-label="NetHack map"></pre>
    <section>
      <h2>Status</h2>
      <dl id="status" aria-live="polite"></dl>
    </section>
    <section>
      <h2>Pending input</h2>
      <pre id="pending">None</pre>
    </section>
    <section>
      <h2>Messages</h2>
      <ol id="messages"></ol>
    </section>
  </main>
  <script src="/viewer.js"></script>
</body>
</html>