Create an error page

This commit is contained in:
Maciej Pędzich 2024-04-29 21:16:50 +02:00
parent cabb90843d
commit 4adcd62bef
Signed by: maciejpedzich
GPG Key ID: CE4A303D84882F0D

8
src/pages/error.astro Normal file
View File

@ -0,0 +1,8 @@
---
import BaseLayout from '@/layouts/BaseLayout.astro';
---
<BaseLayout>
<h1>It's ludicrous!</h1>
<p>There was a major mal-mis-organization problem on our end.</p>
</BaseLayout>