From 880cfbeb74546056feab63ed6e92a10c0dbaf2c3 Mon Sep 17 00:00:00 2001 From: Ashelyn Rose Date: Mon, 8 May 2023 02:17:40 -0600 Subject: New layout, uses nextjs --- app/not-found.tsx | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/not-found.tsx (limited to 'app/not-found.tsx') diff --git a/app/not-found.tsx b/app/not-found.tsx new file mode 100644 index 0000000..44753b0 --- /dev/null +++ b/app/not-found.tsx @@ -0,0 +1,23 @@ +export default function NotFound() { + return ( + <> +

Not Found (404)

+
+ + +

+ Feel free to start again from the home page, or + check our list of posts +

+ +

+ If you feel like something should have been here, and want to shout + at me about it, please contact Rose +

+
+ + ) +} -- cgit 1.4.1