8 lines
140 B
Plaintext
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>
|