From 189edd99b92244e342a3a7af1d7699525d72d965 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 14 Jul 2023 18:36:04 -0400 Subject: New homepage and added exploreralure --- app/not-found.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/not-found.js (limited to 'app/not-found.js') diff --git a/app/not-found.js b/app/not-found.js new file mode 100644 index 0000000..a3a3571 --- /dev/null +++ b/app/not-found.js @@ -0,0 +1,11 @@ +import Link from "next/link"; + +export default function NotFound() { + return ( +
+

404

+

The page you are looking for does not exist.

+

Head back to the home page

+
+ ) +} -- cgit v1.2.3