aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-10-12 20:43:48 +0330
committerecho <91651232+exhq@users.noreply.github.com>2022-10-12 20:43:48 +0330
commit9ecec03df6f11f644e19b6d16c07542fccff6b03 (patch)
tree8210fe2aff41e3fbdbe827a44d32da8b8fca689c
parent779a2a875af4f77e4a2925b1af4bf767071a0ba6 (diff)
downloadexhq.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