blob: 195a29d4e2a2bb1c92ed9742d32b8e6a6f905d58 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
---
import Layout from '../layouts/Main.astro';
---
<Layout content={{title: "404"}} centered>
<p>This page isn't in our solar system.</p>
<a href="/">Take me home.</a>
</Layout>
|