Update 404.html

This commit is contained in:
DremOS Developing Team 2018-10-10 11:34:53 -05:00 committed by GitHub
parent 3344121c02
commit e9cec7a29b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,22 @@
<title>ERROR</title>
<style>
body {
background-color:blue;
link-decoration:underline;
background-color: blue;
}
p {
color:white;
color: white;
}
a:link {
color: white;
}
a:visited {
color: white;
}
a:hover {
color: white;
}
a:active {
color: white;
}
</style>
</head>