diff --git a/404.html b/404.html new file mode 100644 index 0000000..c53f9f5 --- /dev/null +++ b/404.html @@ -0,0 +1,25 @@ + + + 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>