Added 404/419 status pages

This commit is contained in:
Deon George
2021-07-17 22:07:20 +10:00
parent bd85f8b055
commit 7bb3e12f66
3 changed files with 61 additions and 0 deletions

View File

@@ -704,6 +704,37 @@ a.goback:focus:before {
color:#fff
}
a.link,
a.link:link,
a.link:visited {
display:inline-block;
text-decoration:none;
color:#0a0;
padding:.5em 0 0 1ch;
margin:0 0 0 3ch;
}
a.link:active,
a.link:hover {
color:#5f5;
background-color:#333
}
a.link:focus {
color:#5ff;
background-color:#333;
outline:0
}
a.link:after {
color:#a00;
content:"\a0\25BA\25BA"
}
a.link:active:after,
a.link:hover:after {
color:#f55
}
a.link:focus:after {
color:#fff
}
.gohome {
text-align:right;
float:right