From e7a3c379e5658e6a5c51bd7e874a67749a5c63e0 Mon Sep 17 00:00:00 2001 From: echo <91651232+exhq@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:54:36 +0330 Subject: haha --- static/fuck/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/static/fuck/index.html b/static/fuck/index.html index 6e0596a..2b50d39 100644 --- a/static/fuck/index.html +++ b/static/fuck/index.html @@ -1,8 +1,8 @@ - +
- + @@ -28,6 +28,7 @@ const funny = decodeURIComponent(location.hash.slice(1)) console.log(funny) document.getElementById("troll").innerHTML = "fuck " + funny +document.getElementById("fuck").innerHTML = "fuck " + funny document.title = "fuck " + funny const section = document.body; const text = document.getElementById("troll"); -- cgit