aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoman / Linnea Gräf <romangraef@gmail.com>2022-11-07 19:17:28 +0100
committerGitHub <noreply@github.com>2022-11-07 19:17:28 +0100
commitb1f3bf3000e52a5b071aab74e5ac35ec57ccb749 (patch)
treeaaa104c823aa021186925741bdf9bff4b6db7bee
parent54791ae138aec720a0381efbecf187a6da5240b5 (diff)
downloadexhq.github.io-patch-1.tar.gz
exhq.github.io-patch-1.tar.bz2
exhq.github.io-patch-1.zip
Update index.htmlpatch-1
-rw-r--r--static/fuck/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/static/fuck/index.html b/static/fuck/index.html
index e07f824..39fedea 100644
--- a/static/fuck/index.html
+++ b/static/fuck/index.html
@@ -27,11 +27,11 @@
<script>
const funny = decodeURIComponent(location.hash.slice(1))
console.log(funny)
-document.getElementById("troll").innerText = "fuck " + funny
-document.getElementById("fuck").innerText = "fuck " + funny
+troll.innerText = "fuck " + funny
+fuck.content = "fuck " + funny
document.title = "fuck " + funny
const section = document.body;
-const text = document.getElementById("troll");
+const text = troll;
const FPS = 60;
const colors = ['red','pink']
section.style.height = window.innerHeight + "px";