]>
Commit | Line | Data |
---|---|---|
890274a7 | 1 | <!doctype html> |
66dc4cae | 2 | <html lang="en"> |
890274a7 BB |
3 | <head> |
4 | <meta charset="utf-8"> | |
5 | <meta name="description" content="A forum for the year 3000"> | |
6 | <meta name="robots" content="noindex, nofollow" /> | |
66dc4cae BB |
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | <meta name="theme-color" content="#ffffff"> | |
890274a7 BB |
9 | |
10 | <title>Forum.</title> | |
11 | ||
bd8e98d7 | 12 | <link rel="manifest" href="/manifest.webmanifest"> |
66dc4cae | 13 | |
bd8e98d7 | 14 | %svelte.head% |
890274a7 BB |
15 | </head> |
16 | <body> | |
bd8e98d7 | 17 | <div id="forum">%svelte.body%</div> |
66dc4cae BB |
18 | <noscript> |
19 | <h1>Javascript Required.</h1> | |
20 | <p>Please enable Javascript to use this forum.</p> | |
21 | </noscript> | |
890274a7 BB |
22 | </body> |
23 | </html> |