From 2164775c6f1269d0200c604c92c254ec813013bc Mon Sep 17 00:00:00 2001 From: Paul 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.

-
+
); }