2021-07-16 06:18:33 +00:00
|
|
|
---
|
2021-07-16 16:57:07 +00:00
|
|
|
import Layout from '../layouts/Main.astro';
|
2021-07-16 06:18:33 +00:00
|
|
|
---
|
|
|
|
|
2021-07-16 16:57:07 +00:00
|
|
|
<Layout>
|
|
|
|
<h1>404</h1>
|
|
|
|
<p>This page isn't in our solar system.</p>
|
|
|
|
<a href="/">Take me home.</a>
|
|
|
|
</Layout>
|