From 955932716a4874545fb06aeb30fb5c8e38ca3407 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Wed, 10 Oct 2018 11:21:19 -0500 Subject: [PATCH] Create 404.html --- 404.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 0000000..c53f9f5 --- /dev/null +++ b/404.html @@ -0,0 +1,25 @@ +<html> + <head> + <title>ERROR</title. + <style> + body { + background-color:blue; + } + p { + color:white; + } + </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> + </body> +</html>