astro/docs/src/pages/404.astro

9 lines
184 B
Text
Raw Normal View History

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