From 0a760206c4d44a9ff9883c8300c38b2012a9fbd0 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 15 Aug 2018 23:38:44 +0200 Subject: [PATCH] actually add a home link --- 404.html | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/404.html b/404.html index fc5ad2f..de7152b 100644 --- a/404.html +++ b/404.html @@ -30,9 +30,17 @@ } a { - color: #6c767c; + color: #8db3f4; text-decoration: none; } + + .email { + color: #6c767c; + } + + .go-home { + margin-top: 25px; + } @@ -62,9 +70,12 @@ document.getElementById('message').innerHTML = '' + messages[message] + '';

+

+ Go home +

- If you think there should be something here, please notify me at me@ellpeck.de. + If you think there should be something here, please notify me at .
\ No newline at end of file