From d3a07f78bd0bc65bb321c7945c21ce4de3b3e53a Mon Sep 17 00:00:00 2001
From: DremOS Developing Team <connorrox60@gmail.com>
Date: Mon, 15 Oct 2018 10:54:18 -0500
Subject: [PATCH] Update 404.html

---
 404.html | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)

diff --git a/404.html b/404.html
index 77e3b78..0551eb8 100644
--- a/404.html
+++ b/404.html
@@ -1,6 +1,8 @@
 <html>
   <head>
     <title>ERROR</title>
+    <meta http-equiv="refresh" content="5; url='index.html'" />
+    <link rel="icon" href="https://sparrdrem.github.io/homeware/error.ico" type="image/x-icon" />
     <style>
     body {
     background-color: blue;
@@ -8,18 +10,6 @@
     p {
     color: white;
     }
-    a:link {
-    color: white;
-    }
-    a:visited {
-    color: white;
-    }
-    a:hover {
-    color: white;
-    }
-    a:active {
-    color: white;
-    }
     </style>
   </head>
   <body>
@@ -33,7 +23,6 @@
     <p>If you believe this is an error, please leave a bug report.</p>
     <br />
     <p>Press HOME to reboot.</p>
-    <hr />
-    <p>If the HOME button is not shown, please go <a href="index.html">here</a> to reboot</p>
+    <p>If the HOME button is not shown, wait 5 seconds to reboot.
   </body>
 </html>