aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 27e22c758f361716fdc322396f59acfaf957f522 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <meta name="description" content="A forum for the year 3000">
    <meta name="robots" content="noindex, nofollow" />
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="theme-color" content="#ffffff">

    <title>Forum.</title>

    <link rel="manifest" href="/manifest.webmanifest">
    <script type="module" src="/src/forum.js"></script>
  </head>
  <body>
    <noscript>
      <h1>Javascript Required.</h1>
      <p>Please enable Javascript to use this forum.</p>
    </noscript>
  </body>
</html>