Create 404.html

This commit is contained in:
DremOS Developing Team 2018-10-10 11:21:19 -05:00 committed by GitHub
parent e4ba94fca7
commit 955932716a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

25
404.html Normal file
View file

@ -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>