diff --git a/docs/code.js b/docs/code.js index 5d180b0..05062dc 100644 --- a/docs/code.js +++ b/docs/code.js @@ -70,11 +70,17 @@ const strings = { } const shitass = document.getElementById("cute"); +const cum = document.getElementById("prostate"); shitass.addEventListener("click", () => { - alert('KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE') + alert('KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE KYLA IS CUTE'); }); +cum.addEventListener("click", () => { + alert('augh *cums* nya~'); +}); + + const startTypingLoop = async () => { while (true) { const random = ((~~(Math.random() * 10) + 1) * 10) diff --git a/docs/index.html b/docs/index.html index 03e9680..9a3548b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -34,6 +34,7 @@ +
administrator