diff options
| -rw-r--r-- | hell/index.html | 62 | ||||
| -rw-r--r-- | index.html | 4 | ||||
| -rw-r--r-- | style.css | 8 |
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> @@ -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> @@ -179,4 +179,12 @@ a.evil:hover { } } +.bold { + font-weight: bold; +} +.column { + display: flex; + flex-direction: column; + align-items: center; +} |
