diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 0000000..68e329d --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,12 @@ +--- +import BaseLayout from '@/layouts/BaseLayout.astro'; +--- + + +
+

404: Page Not Found

+

+ The page you are looking for does not exist. Please check the URL or return to the home page. +

+
+