From fe5243412d918b1ff843d8986f514f732548c6ee Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sat, 9 Dec 2023 16:06:27 -0500 Subject: New 404 page --- app/not-found.js | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/not-found.js b/app/not-found.js index 4046e54..9a39bf8 100644 --- a/app/not-found.js +++ b/app/not-found.js @@ -2,10 +2,13 @@ import Link from "next/link"; export default function NotFound() { return ( -
-

404

-

The page you are looking for does not exist.

-

Head back to the homepage

+
+
+
+

404

+

The page you are looking for does not exist.

+
+
) } -- cgit v1.2.3