Add 404 page layout

This commit is contained in:
Max Schmidt 2023-10-24 10:01:33 +02:00
parent 496702f2ab
commit 5e9cbcf5c8

View 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>