Add 404 error page

This commit is contained in:
Brad Treloar 2025-11-02 21:47:34 +10:30
parent 70efaf77d6
commit 966d192546

View file

@ -0,0 +1,7 @@
---
import BaseLayout from "@layouts/BaseLayout.astro";
---
<BaseLayout pageTitle="404 Not Found">
<h1>404</h1>
<p>Not found</p>
</BaseLayout>