diff options
| author | soaos <soaos@soaos.dev> | 2025-08-28 23:24:17 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-28 23:24:17 -0400 |
| commit | 32aee04ba33d8837772564ddc2cd2fced34a78e4 (patch) | |
| tree | 906293546e80461bea0c0d51dba3a84a3395d8ca /hell | |
| parent | fd13a7095e8a52b67bcbbc56e8ac0c2ee21376dc (diff) | |
more hell changes
Diffstat (limited to 'hell')
| -rw-r--r-- | hell/index.html | 62 |
1 files changed, 36 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> |
