Files
martials.no/src/pages/404.astro

9 lines
200 B
Plaintext
Raw Normal View History

2024-09-25 22:20:47 +02:00
---
import Layout from "../layouts/Layout.astro"
---
<Layout title="404">
<h1 class="text-4xl font-bold text-center my-10">404</h1>
<p class="text-center">This page does not exist.</p>
</Layout>