diff options
Diffstat (limited to 'src/pages/404.mdx')
| -rw-r--r-- | src/pages/404.mdx | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/pages/404.mdx b/src/pages/404.mdx new file mode 100644 index 0000000..4cf7cf6 --- /dev/null +++ b/src/pages/404.mdx @@ -0,0 +1,18 @@ +--- +layout: ../layouts/Page.astro +title: 404 +description: Page not found! +--- + +import Picture from "astro/components/Picture.astro"; +import tapwater from "@assets/imgs/tapwater.png"; + +<div class="space-y-5"> + # 404! :( + <Picture + src={tapwater} + formats={["avif", "webp"]} + alt="Can i get you some tapwater?" + class="p-5" + /> +</div> |
