Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
Alexander J 2022-05-19 17:08:15 +02:00
parent b3f26c0985
commit efb593b537
3 changed files with 11 additions and 0 deletions

View File

@ -76,6 +76,10 @@ a:hover {
cursor: pointer;
}
.roundedimage {
border-radius: 100px;
}
.midoucolored:hover {
background-color: #a44ef4;
color: #fff ;

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 KiB

View File

@ -2,6 +2,9 @@
title: 404
description: This isn't where you're supposed to be!
---
<script lang="ts">
import CatLooking from "../assets/images/CatLooking.png";
</script>
<div class="oh-fuck-center">
@ -9,6 +12,10 @@ description: This isn't where you're supposed to be!
## {description}
Don't worry, this cat is also looking for the page.
<img src={CatLooking} alt="Cta" class="ResponsiveImage pointyfinger roundedimage" width="1600" height="900" onclick="window.open(this.src)">
[Go home](/) or [get lost](https://instances.projectsegfau.lt)
</div>