]> git.r.bdr.sh - rbdr/forum/blame - src/app.html
Don't remember what this WIP was about
[rbdr/forum] / src / app.html
CommitLineData
58f7d521 1<!DOCTYPE html>
2ab71001 2<html class="font-serif" lang="en">
58f7d521
RBR
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
852ee620 11 %sveltekit.head%
58f7d521
RBR
12
13 <link rel="manifest" href="/manifest.webmanifest" />
58f7d521
RBR
14 </head>
15 <body>
16 <noscript>
17 <h1>Javascript Required.</h1>
18 <p>Please enable Javascript to use this forum.</p>
19 </noscript>
2ab71001 20 <div class="grid grid-cols-12 auto-rows-[minmax(3rem, auto)] gap-2" id="forum">
852ee620 21 %sveltekit.body%
2ab71001 22 </div>
58f7d521
RBR
23 </body>
24</html>