diff options
author | Roman / Linnea Gräf <romangraef@gmail.com> | 2022-11-07 19:17:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-07 19:17:28 +0100 |
commit | b1f3bf3000e52a5b071aab74e5ac35ec57ccb749 (patch) | |
tree | aaa104c823aa021186925741bdf9bff4b6db7bee /static/fuck/index.html | |
parent | 54791ae138aec720a0381efbecf187a6da5240b5 (diff) | |
download | exhq.github.io-patch-1.tar.gz exhq.github.io-patch-1.tar.bz2 exhq.github.io-patch-1.zip |
Update index.htmlpatch-1
Diffstat (limited to 'static/fuck/index.html')
-rw-r--r-- | static/fuck/index.html | 6 |
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"; |