Update 404.html
This commit is contained in:
parent
20c796e9b9
commit
d3a07f78bd
17
404.html
17
404.html
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue