added custom 404 page

This commit is contained in:
janis
2022-11-29 20:51:16 +01:00
parent a69308ba7c
commit 09c1fde129
4 changed files with 59 additions and 9 deletions

View File

@@ -1,5 +1,6 @@
body {
background-color: rgba(70, 72, 167, 0.5);
font-family: Arial, Helvetica, sans-serif;
}
.bigquote {
@@ -53,3 +54,7 @@ h1 {
.linkbutton:hover {
background-color: darkblue;
}
.references {
color: gray;
}