From dba6876c84d3e41548938043ebc2bf1a487a20a1 Mon Sep 17 00:00:00 2001 From: Will Clarke Date: Sat, 6 Aug 2022 11:23:31 +0100 Subject: [PATCH] 404 basic content --- 404.html | 6 ++++++ tailwind.config.js | 1 + 2 files changed, 7 insertions(+) diff --git a/404.html b/404.html index d31d60e..52d5457 100644 --- a/404.html +++ b/404.html @@ -10,6 +10,12 @@ +
+

Page Not Found

+ We couldn't find that page for you. This could mean that the page doesn't exist or has moved. + If you think this was an error, please report it here. + Return Home +
diff --git a/tailwind.config.js b/tailwind.config.js index 543a696..16bb8e0 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -3,6 +3,7 @@ tailwind.config = { extend: { colors:{ "bg":"#181C1F", + "bg-accent":"#14171C", "accent":"#80C1F5", "text":"#FFFFFF" }