diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx new file mode 100644 index 0000000..3d77a94 --- /dev/null +++ b/src/app/not-found.tsx @@ -0,0 +1,39 @@ +import Link from "next/link"; + +function NotFound() { + return ( +
+ The file or folder you are trying to access does + not exist or has been deleted. +
+ + + +