forked from ProjectSegfault/website
Cat 2
Signed-off-by: Alexander J <odyssey346@disroot.org>
This commit is contained in:
parent
b3f26c0985
commit
efb593b537
@ -76,6 +76,10 @@ a:hover {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.roundedimage {
|
||||||
|
border-radius: 100px;
|
||||||
|
}
|
||||||
|
|
||||||
.midoucolored:hover {
|
.midoucolored:hover {
|
||||||
background-color: #a44ef4;
|
background-color: #a44ef4;
|
||||||
color: #fff ;
|
color: #fff ;
|
||||||
|
BIN
src/assets/images/CatLooking.png
Normal file
BIN
src/assets/images/CatLooking.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 410 KiB |
@ -2,6 +2,9 @@
|
|||||||
title: 404
|
title: 404
|
||||||
description: This isn't where you're supposed to be!
|
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">
|
<div class="oh-fuck-center">
|
||||||
|
|
||||||
@ -9,6 +12,10 @@ description: This isn't where you're supposed to be!
|
|||||||
|
|
||||||
## {description}
|
## {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)
|
[Go home](/) or [get lost](https://instances.projectsegfau.lt)
|
||||||
|
|
||||||
</div>
|
</div>
|
Loading…
Reference in New Issue
Block a user