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 d1601a5..e07f824 100644 --- a/static/fuck/index.html +++ b/static/fuck/index.html @@ -25,10 +25,10 @@ <div id="troll">fuck rust</div> </body> <script> -const funny = decodeURIComponent(location.hash.slice(1)) +const funny = decodeURIComponent(location.hash.slice(1)) console.log(funny) -document.getElementById("troll").innerHTML = "fuck " + funny -document.getElementById("fuck").innerHTML = "fuck " + funny +document.getElementById("troll").innerText = "fuck " + funny +document.getElementById("fuck").innerText = "fuck " + funny document.title = "fuck " + funny const section = document.body; const text = document.getElementById("troll"); |