mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Create an error page
This commit is contained in:
parent
cabb90843d
commit
4adcd62bef
8
src/pages/error.astro
Normal file
8
src/pages/error.astro
Normal 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>
|
Loading…
Reference in New Issue
Block a user