From 920d30a304079cb5ecd430e444a58be25db73720 Mon Sep 17 00:00:00 2001 From: Wes Bryie Date: Mon, 2 May 2022 21:39:39 -0400 Subject: [PATCH] cleaner 404 --- 404.css | 6 ------ 404.html | 36 ++++++++++++++++-------------------- 2 files changed, 16 insertions(+), 26 deletions(-) delete mode 100644 404.css diff --git a/404.css b/404.css deleted file mode 100644 index f97a04a..0000000 --- a/404.css +++ /dev/null @@ -1,6 +0,0 @@ -@import url('https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap'); - -html { - text-align: middle; - font-family: 'Zen Kurenaido', sans-serif; -} \ No newline at end of file diff --git a/404.html b/404.html index e395bc9..8941511 100644 --- a/404.html +++ b/404.html @@ -1,29 +1,25 @@ - - - - - - Page Not Found! - - + + Whoops, something isn't right! + + + + -

Not Found!

-

Please go back. OR Go Home

- - - - +

Whoops, something isn't right!

+
+
Please look at your link, or go to the homepage.
\ No newline at end of file