aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-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