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.

-
+
); }