Wrong Door!
++ The documentation page you were looking for could not be + found. +
+diff --git a/public/media/mike.png b/public/media/mike.png
new file mode 100644
index 0000000..702fc26
Binary files /dev/null and b/public/media/mike.png differ
diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx
new file mode 100644
index 0000000..86f7b58
--- /dev/null
+++ b/src/app/not-found.tsx
@@ -0,0 +1,32 @@
+import { ReactElement } from "react";
+import Image from "next/image";
+
+/**
+ * The not found page.
+ *
+ * @return the page jsx
+ */
+const NotFoundPage = (): ReactElement => (
+
+ The documentation page you were looking for could not be
+ found.
+ Wrong Door!
+