From c4c55a93bc6af8b15f45225169758e08ff1b13cd Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 Jul 2023 20:42:50 -0400 Subject: Initial rewrite --- 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..4046e54 --- /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 homepage

+
+ ) +} -- cgit v1.2.3