Add 404 page layout
This commit is contained in:
parent
496702f2ab
commit
5e9cbcf5c8
8
astro/src/pages/404.astro
Normal file
8
astro/src/pages/404.astro
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
import Layout from "@/layouts/Layout.astro";
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<Layout title="Not Found" >
|
||||||
|
<h1 class="text-center text-5xl">Ooops! Site not found.</h1>
|
||||||
|
</Layout>
|
Loading…
Reference in New Issue
Block a user