]> git.r.bdr.sh - rbdr/forum/blobdiff - src/app.html
Add tests for header
[rbdr/forum] / src / app.html
index 26d754f54f40070772579daef8bea5faeea8d5a6..062ed0fffc45fb9c37ce35af28a0f5c6b5a4b14f 100644 (file)
@@ -1,23 +1,23 @@
-<!doctype html>
+<!DOCTYPE html>
 <html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <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">
-
-    <title>Forum.</title>
-
-    <link rel="manifest" href="/manifest.webmanifest">
+       <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%
-  </head>
-  <body>
+
+               <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>
-    <noscript>
-      <h1>Javascript Required.</h1>
-      <p>Please enable Javascript to use this forum.</p>
-    </noscript>
-  </body>
+       </body>
 </html>