diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-10-12 20:43:48 +0330 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-10-12 20:43:48 +0330 |
commit | 9ecec03df6f11f644e19b6d16c07542fccff6b03 (patch) | |
tree | 8210fe2aff41e3fbdbe827a44d32da8b8fca689c | |
parent | 779a2a875af4f77e4a2925b1af4bf767071a0ba6 (diff) | |
download | exhq.github.io-9ecec03df6f11f644e19b6d16c07542fccff6b03.tar.gz exhq.github.io-9ecec03df6f11f644e19b6d16c07542fccff6b03.tar.bz2 exhq.github.io-9ecec03df6f11f644e19b6d16c07542fccff6b03.zip |
fuck
-rw-r--r-- | static/fuck/index.html (renamed from static/fuckrust/index.html) | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/static/fuckrust/index.html b/static/fuck/index.html index 32ce95f..6e0596a 100644 --- a/static/fuckrust/index.html +++ b/static/fuck/index.html @@ -9,6 +9,9 @@ <title>fuck rust</title> </head> <style> + *{ + overflow: hidden; + } #troll { font-size: 70px; width: fit-content; @@ -22,6 +25,10 @@ <div id="troll">fuck rust</div> </body> <script> +const funny = decodeURIComponent(location.hash.slice(1)) +console.log(funny) +document.getElementById("troll").innerHTML = "fuck " + funny +document.title = "fuck " + funny const section = document.body; const text = document.getElementById("troll"); const FPS = 60; @@ -59,6 +66,5 @@ window.addEventListener("resize", () => { section.style.width = window.innerWidth + "px"; }); - </script> </html>
\ No newline at end of file |