From b10e6685d0f716f76baf1978ab94666aefa0fcb6 Mon Sep 17 00:00:00 2001 From: puppygirlhornypost Date: Fri, 26 Jul 2024 21:18:07 -0500 Subject: [PATCH] mmf --- docs/code.js | 8 +++++++- docs/index.html | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) 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