40 lines
772 B
HTML
40 lines
772 B
HTML
<html>
|
|
<head>
|
|
<title>ERROR</title>
|
|
<style>
|
|
body {
|
|
background-color: blue;
|
|
}
|
|
p {
|
|
color: white;
|
|
}
|
|
a:link {
|
|
color: white;
|
|
}
|
|
a:visited {
|
|
color: white;
|
|
}
|
|
a:hover {
|
|
color: white;
|
|
}
|
|
a:active {
|
|
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>
|
|
<hr />
|
|
<p>If the HOME button is not shown, please go <a href="index.html">here</a> to reboot</p>
|
|
</body>
|
|
</html>
|