Files
website/src/pages/404.astro
T
2026-06-28 15:11:45 -04:00

8 lines
140 B
Plaintext

---
import Layout from '~/layouts/Layout.astro'
---
<Layout>
<h1 class="inline-block m-auto p-4 text-accent text-4xl">404</h1>
</Layout>