Update 404.html

This commit is contained in:
DremOS Developing Team 2018-10-15 10:54:18 -05:00 committed by GitHub
parent 20c796e9b9
commit d3a07f78bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,8 @@
<html>
<head>
<title>ERROR</title>
<meta http-equiv="refresh" content="5; url='index.html'" />
<link rel="icon" href="https://sparrdrem.github.io/homeware/error.ico" type="image/x-icon" />
<style>
body {
background-color: blue;
@ -8,18 +10,6 @@
p {
color: white;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: white;
}
a:active {
color: white;
}
</style>
</head>
<body>
@ -33,7 +23,6 @@
<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>
<p>If the HOME button is not shown, wait 5 seconds to reboot.
</body>
</html>