]> git.r.bdr.sh - rbdr/forum/blobdiff - src/app.html
Port to sveltekit
[rbdr/forum] / src / app.html
diff --git a/src/app.html b/src/app.html
new file mode 100644 (file)
index 0000000..062ed0f
--- /dev/null
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+       <head>
+               <meta charset="utf-8" />
+               <link rel="icon" href="/favicon.ico" />
+               <meta name="description" content="A forum for the year 3000" />
+               <meta name="robots" content="noindex, nofollow" />
+               <meta name="viewport" content="width=device-width, initial-scale=1" />
+               <meta name="theme-color" content="#ffffff" />
+
+               %svelte.head%
+
+               <link rel="manifest" href="/manifest.webmanifest" />
+               <link rel="stylesheet" href="/global.css" />
+       </head>
+       <body>
+               <noscript>
+                       <h1>Javascript Required.</h1>
+                       <p>Please enable Javascript to use this forum.</p>
+               </noscript>
+               <div id="forum">%svelte.body%</div>
+       </body>
+</html>