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