diff options
-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"; |