diff --git a/src/assets/images/404.png b/src/assets/images/404.png new file mode 100644 index 00000000..b0d48f2c Binary files /dev/null and b/src/assets/images/404.png differ diff --git a/src/pages/404.astro b/src/pages/404.astro new file mode 100644 index 00000000..337d55d3 --- /dev/null +++ b/src/pages/404.astro @@ -0,0 +1,15 @@ +--- +import Layout from "@/layouts/Layout.astro"; +import { Image } from "astro:assets"; +import NotFoundImage from "@/assets/images/404.png"; +--- + + +
+ {"Not +

404

+

+ Page not found. Check the URL or return to home. +

+
+