Update 404.astro
This commit is contained in:
parent
450dfbc63b
commit
cbba1f29f0
1 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
||||||
<div>
|
---
|
||||||
404 ERROR
|
import Layout from "../layouts/Layout.astro";
|
||||||
</div>
|
---
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<div>404 ERROR</div>
|
||||||
|
</Layout>
|
||||||
|
|
Loading…
Reference in a new issue