mmf
This commit is contained in:
parent
ed8c5189a1
commit
b10e6685d0
2 changed files with 8 additions and 1 deletions
|
@ -70,11 +70,17 @@ const strings = {
|
||||||
}
|
}
|
||||||
|
|
||||||
const shitass = document.getElementById("cute");
|
const shitass = document.getElementById("cute");
|
||||||
|
const cum = document.getElementById("prostate");
|
||||||
|
|
||||||
shitass.addEventListener("click", () => {
|
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 () => {
|
const startTypingLoop = async () => {
|
||||||
while (true) {
|
while (true) {
|
||||||
const random = ((~~(Math.random() * 10) + 1) * 10)
|
const random = ((~~(Math.random() * 10) + 1) * 10)
|
||||||
|
|
|
@ -34,6 +34,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<button id="cute">click me!!!!</button>
|
<button id="cute">click me!!!!</button>
|
||||||
|
<button id="prostate">massage my prostate</button>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
administrator<br>
|
administrator<br>
|
||||||
|
|
Loading…
Add table
Reference in a new issue