feat: 404
This commit is contained in:
parent
63a079deb1
commit
1e1c8f000a
1 changed files with 6 additions and 0 deletions
6
www/src/pages/404.astro
Normal file
6
www/src/pages/404.astro
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
import Layout from '../layouts/Layout.astro';
|
||||||
|
---
|
||||||
|
<Layout title="404 - lewis m.w.">
|
||||||
|
<p>not found</p>
|
||||||
|
</Layout>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue