X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/890274a7b3ac70848ba9973ef33d53ed58ff88a8..00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841:/app/index.html?ds=sidebyside

diff --git a/app/index.html b/app/index.html
index 7dad472..7c4d601 100644
--- a/app/index.html
+++ b/app/index.html
@@ -1,16 +1,24 @@
 <!doctype html>
-<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">
+
     <script defer src="./application.js"></script>
 
-    <link href="./css/style.css" rel="stylesheet">
+    <link href="./css/global.css" rel="stylesheet">
   </head>
   <body>
+    <noscript>
+      <h1>Javascript Required.</h1>
+      <p>Please enable Javascript to use this forum.</p>
+    </noscript>
   </body>
 </html>