From 11baa6629ca5b24b215bff0c0fcee33f30c7cec7 Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Mon, 7 Jan 2019 11:54:58 -0600
Subject: [PATCH] Update 404.html

---
 404.html | 23 ++++++++---------------
 1 file changed, 8 insertions(+), 15 deletions(-)

diff --git a/404.html b/404.html
index ca0ab37..ed7e17c 100644
--- a/404.html
+++ b/404.html
@@ -5,24 +5,17 @@
     <link rel="icon" href="error.ico" type="image/x-icon" />
     <style>
     body {
-    background-color: blue;
-    }
-    p {
-    color: white;
+    background-color: #084fdd;
     }
+img {
+  display: block;
+  margin-left: auto;
+  margin-right: auto;
+  width: 40%;
+}
     </style>
   </head>
   <body>
-    <p>DremJS</p>
-    <hr />
-    <p>DremJS ran into a problem and shut down to prevent damage.</p>
-    <p>Error code: 404_NOT_FOUND</p>
-    <br />
-    <p>Please check the page you typed in and try again</p>
-    <br />
-    <p>If you believe this is an error, please leave a bug report.</p>
-    <br />
-    <p>Press HOME to reboot.</p>
-    <p>If the HOME button is not shown, wait 5 seconds to reboot.
+      <img src="404.png">
   </body>
 </html>