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

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