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