diff options
| author | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-04-08 22:58:22 -0400 |
| commit | d8a20e3032a0ce97b6ddc29840e135eda9b3f43c (patch) | |
| tree | 40a4059020ff4c9d500d4022f5b84e7bf2c46fd4 /src/pages/404.mdx | |
| parent | 33a4eb02a8307be1bcfaaabbe3adaf25d0088d3b (diff) | |
refactor; use plain css
Diffstat (limited to 'src/pages/404.mdx')
| -rw-r--r-- | src/pages/404.mdx | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/pages/404.mdx b/src/pages/404.mdx deleted file mode 100644 index 4cf7cf6..0000000 --- a/src/pages/404.mdx +++ /dev/null @@ -1,18 +0,0 @@ ---- -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> |
