]> git.r.bdr.sh - rbdr/forum/blob - src/app.html
062ed0fffc45fb9c37ce35af28a0f5c6b5a4b14f
[rbdr/forum] / src / app.html
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>