mirror of
https://github.com/thiloho/aurora.git
synced 2025-11-22 11:31:36 +01:00
Add error page and update styles
This commit is contained in:
9
src/pages/404.astro
Normal file
9
src/pages/404.astro
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
import PageLayout from "../layouts/PageLayout.astro";
|
||||
|
||||
const description = "Oops! We could not find the page you are looking for. It seems like the content you are seeking has taken a detour or is temporarily unavailable."
|
||||
---
|
||||
|
||||
<PageLayout title="404 - Page not found" {description}>
|
||||
<p>{description}</p>
|
||||
</PageLayout>
|
||||
Reference in New Issue
Block a user