Update 404 page

This commit is contained in:
Brayd 2024-01-04 16:48:00 +01:00
parent 695ab2cb1b
commit a0839e130b
Signed by: brayd
SSH Key Fingerprint: SHA256:qfebJ1zYUipSSbdcVk/qygkt0xr4VSzCKk7LXw6DGe0
1 changed files with 7 additions and 4 deletions

View File

@ -5,14 +5,17 @@ import PageLayout from "@/layouts/Base";
import aboutImg from "@/assets/about-astro.png";
const meta = {
title: "Oops! You found a missing page!",
description: "Oops! It looks like this page is lost in space!",
title: "Oh! Die Seite hier gibt's gar nicht!",
description: "Oh! Die seite hier gibt's gar nicht!",
};
---
<PageLayout meta={meta}>
<h1 class="title mb-6">404 | Oops something went wrong</h1>
<p class="mb-8">Please use the navigation to find your way back</p>
<h1 class="title mb-6">404 | Die Seite hier gibt's gar nicht!</h1>
<p class="mb-8">
Du versuchst wohl eine Seite aus dem All anzufordern, die man hier auf der Erde nicht erreichen
kann 👀
</p>
<div class="my-4 grid justify-center">
<Image
class="rotate-180"