summaryrefslogtreecommitdiff
path: root/src/pages/404.mdx
blob: 4cf7cf685d8cb591421d5b39cafeb3bf324ce2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>