summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-08-28 23:24:17 -0400
committersoaos <soaos@soaos.dev>2025-08-28 23:24:17 -0400
commit32aee04ba33d8837772564ddc2cd2fced34a78e4 (patch)
tree906293546e80461bea0c0d51dba3a84a3395d8ca
parentfd13a7095e8a52b67bcbbc56e8ac0c2ee21376dc (diff)
more hell changes
-rw-r--r--hell/index.html62
-rw-r--r--index.html4
-rw-r--r--style.css8
3 files changed, 48 insertions, 26 deletions
diff --git a/hell/index.html b/hell/index.html
index 75979cf..c03f0d0 100644
--- a/hell/index.html
+++ b/hell/index.html
@@ -14,52 +14,62 @@
<body>
<massive-fucking-background-flame></massive-fucking-background-flame>
- <div class="centered">
- <details class="evil">
+ <div>
+ <details class="evil centered">
<summary> <img src="hot.gif" />
(please enable autoplay to hear music lol)</summary>
<audio autoplay loop controls>
<source src="hell.ogg">
</audio>
</details>
- <h1 class="evil">πŸ‘Ώ WELLCOME INTO HELL... YOU SUCKER!!!!! πŸ‘Ώ</h1>
- <div>
- <div class="">
- <div class="torches ">
+ <h1 class="evil centered">πŸ‘Ώ WELLCOME INTO HELL... YOU SUCKER!!!!! πŸ‘Ώ</h1>
+ <div class="center-content">
+ <img src="firebreak.gif" />
+ </div>
+ <div class="center-content">
+ <div class="column">
+
+ <section style="max-width: 640px; position: relative; margin: 4em">
+ <img src="bigguy.gif" style="float: right;" />
+ <p class="evil bold">
+ Hey there pal. It's me haha... the "big" "guy"... AKA satan... I hope you like it here in
+ hell, i worked hard on
+ making it evil :D
+ </p>
+ <p class="evil bold">
+ idk what you did to wind up here, but now you're stuck here... forever... with me haha ;)
+ </p>
+ <p class="evil bold">
+ so... Make yourself comfortable... haha if you can lol >:]
+ </p>
+ <p class="evil bold">AND DON'T EFFING TRY ESCAPING!!! }:[ alright lucifer out</p>
+
+ <a id="inverted-cross" class="huge" style="position: absolute; bottom: -0.5em; right: -0.5em;"
+ href="/heaven">✝</a>
+ </section>
+ <img src="firebreak.gif" />
+ <div style="position: relative;">
+ <img src="Flying_Skeleton_Hell.gif" />
+ <img src="hellisreal.gif" style="position: absolute; top: 0; left: -200px; rotate: -15deg;"/>
</div>
</div>
- <img src="redfire.gif" />
+ </div>
+ <div>
<img src="demon.gif" />
<img src="demon2.gif" />
<img src="demon3.gif" />
<img src="demon4.gif" />
<img src="demon_face.gif" />
<img src="skull.gif" />
- <img src="torch.gif" />
- <img src="bigguy.gif" />
<img src="evilorb.gif" />
- <img src="hellisreal.gif" />
- <img src="Flying_Skeleton_Hell.gif" />
- <br />
- <img src="firebreak.gif" />
- <br />
<img src="pitchfork.gif" />
- <img src="comunismo.gif" />
<img src="smallfire.gif" />
<img src="evilmind.gif" />
- <img src="obama.gif" />
- <img src="gay.gif" />
- <img src="hitler.gif" />
- <img src="hitler2.gif" />
- <img src="hitler3.gif" />
- <img src="gay2.gif" />
- <img src="kissing.jpg" />
- <div class="huge evil section">
- <s class="struck">FRICK</s>SCREW YOU, SUCKER <span style="color: var(--bg-red);">πŸ’”</span><span style="color: var(--bg-green);">πŸ₯€</span>
- </div>
</div>
- <a id="inverted-cross" class="huge" href="/heaven">✝</a>
+ <div class="huge evil section centered">
+ <s class="struck">F*CK</s>SCREW YOU, SUCKER πŸ’”πŸ₯€
</div>
+ </div>
</body>
</html>
diff --git a/index.html b/index.html
index 9304d9d..2b49255 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,7 @@
<li><a href="gemini://soaos.dev">β™Š Gemini Site</a></li>
<li><a href="http://3uqdpspct5xocufs6d4wbdelxlqp4bmciwcgwmqv6c5f2gdsqvawgaad.onion">πŸ§… Tor Site</a>
</li>
+ <li><a href="https://search.soaos.dev">πŸ” Search Engine</a></li>
</ul>
</div>
<div class="centered">
@@ -63,6 +64,9 @@
<li><a href="mailto:soaos@soaos.dev" rel="me">πŸ“§ soaos@soaos.dev</a></li>
<li><a href="https://youtube.com/@soaosdev" rel="me" target="_blank">β–Άβƒž @soaosdev</a></li>
<li><a href="http://soaos.dog" rel="me" target="_blank">🐘 soaos@furry.engineer</a></li>
+ <li><a
+ href="https://ssb.soaos.dev/~core/ssb/#@Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519" target="_blank">πŸ¦€
+ @Y1EKP4PU77qby4lI+m5MN6+NcYdjTdRQlV6NmluevuY=.ed25519</a></li>
</ul>
</div>
</div>
diff --git a/style.css b/style.css
index 58e8d3b..03f81d9 100644
--- a/style.css
+++ b/style.css
@@ -179,4 +179,12 @@ a.evil:hover {
}
}
+.bold {
+ font-weight: bold;
+}
+.column {
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+}