]> git.r.bdr.sh - rbdr/forum/blob - src/app.html
Use tailwind in app html
[rbdr/forum] / src / app.html
1 <!DOCTYPE html>
2 <html class="font-serif" 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 </head>
15 <body>
16 <noscript>
17 <h1>Javascript Required.</h1>
18 <p>Please enable Javascript to use this forum.</p>
19 </noscript>
20 <div class="grid grid-cols-12 auto-rows-[minmax(3rem, auto)] gap-2" id="forum">
21 %svelte.body%
22 </div>
23 </body>
24 </html>