diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..3f289c6 --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,15 @@ +export default function NotFound() { + return ( + <> +
+
+

Page Not Found

+

You may have mistyped the address or the page may have moved

+ + Go to Homepage + +
+
+ + ); +}