]>
Commit | Line | Data |
---|---|---|
1 | <!doctype html> | |
2 | <html lang="en"> | |
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" /> | |
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> | |
8 | <meta name="theme-color" content="#ffffff"> | |
9 | ||
10 | <title>Forum.</title> | |
11 | ||
12 | <link rel="manifest" href="./manifest.webmanifest"> | |
13 | ||
14 | <script defer src="./application.js"></script> | |
15 | ||
16 | <link href="./css/global.css" rel="stylesheet"> | |
17 | </head> | |
18 | <body> | |
19 | <noscript> | |
20 | <h1>Javascript Required.</h1> | |
21 | <p>Please enable Javascript to use this forum.</p> | |
22 | </noscript> | |
23 | </body> | |
24 | </html> |