From ebf7081c07a363ade5dfad7a3518bc1ac89e07ac Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 2 Dec 2024 23:36:00 -0500 Subject: [PATCH] built out 404 page --- frontend/routes/_404.tsx | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/frontend/routes/_404.tsx b/frontend/routes/_404.tsx index 6bc7c53..6dc678d 100644 --- a/frontend/routes/_404.tsx +++ b/frontend/routes/_404.tsx @@ -4,13 +4,18 @@ export default function Error404() { return ( <> - 404 - Page not found + Page not found -
+
-

404 - Page not found

-

The page you were looking for doesn't exist.

- +

Page not found

+

+ The page you were looking for doesn't exist! +

+
Go back home