Update 404.html
This commit is contained in:
parent
f66b5b33e5
commit
11baa6629c
23
404.html
23
404.html
|
@ -5,24 +5,17 @@
|
||||||
<link rel="icon" href="error.ico" type="image/x-icon" />
|
<link rel="icon" href="error.ico" type="image/x-icon" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
background-color: blue;
|
background-color: #084fdd;
|
||||||
}
|
|
||||||
p {
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
width: 40%;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<p>DremJS</p>
|
<img src="404.png">
|
||||||
<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.
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue