Skip to content

Commit

Permalink
Add 404 page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mooxl committed Oct 24, 2023
1 parent 496702f commit 5e9cbcf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions astro/src/pages/404.astro
Original file line number Diff line number Diff line change
@@ -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>

0 comments on commit 5e9cbcf

Please sign in to comment.