diff --git a/astro/src/assets/404.svg b/astro/src/assets/404.svg new file mode 100644 index 0000000..409b900 --- /dev/null +++ b/astro/src/assets/404.svg @@ -0,0 +1,36 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/astro/src/pages/404.astro b/astro/src/pages/404.astro new file mode 100644 index 0000000..28d7f38 --- /dev/null +++ b/astro/src/pages/404.astro @@ -0,0 +1,18 @@ +--- +import ContentLayout from "@/layouts/ContentLayout.astro" +import { Image } from "@astrojs/image/components"; +import notFound from "@/assets/404.svg" +--- + + + + + 404: Page not found + + \ No newline at end of file