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>
|
<title>ERROR</title>
|
||||||
<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>
|
||||||
|
|
Loading…
Reference in a new issue