From 7a0b5da37e9ed1dd38b6b5df496c9c2f1f7c727f Mon Sep 17 00:00:00 2001 From: "Paul W." Date: Tue, 15 Feb 2022 22:24:17 -0500 Subject: [PATCH] Change 404 tag --- pages/404.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/404.tsx b/pages/404.tsx index 71c5f13..3a2c07a 100644 --- a/pages/404.tsx +++ b/pages/404.tsx @@ -4,13 +4,13 @@ function NotFoundPage() { return ( -
+

Error 404: Not Found

Uh oh! The page you are looking for does not exist...
[Wikipedia] Learn more about HTTP status codes.

-
+
); }