feat: 404

This commit is contained in:
Lewis Wynne 2026-03-25 20:19:26 +00:00
parent 63a079deb1
commit 1e1c8f000a

6
www/src/pages/404.astro Normal file
View file

@ -0,0 +1,6 @@
---
import Layout from '../layouts/Layout.astro';
---
<Layout title="404 - lewis m.w.">
<p>not found</p>
</Layout>