Jack sucks at life, shout out to my homie kai.

When you mention skeppy, sorry I don't know the guy.
Loves minecraft, yeah, that's all the he do.
This commit is contained in:
blank X 2019-01-28 22:57:15 +07:00
parent 62e654e641
commit c44df4924d
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ console.log(min)
console.log(max)
var rn = Math.floor(Math.random()*(max-min+1)+min);
console.log(rn)
if (rn == 1) {
if (rn = 1) {
document.getElementById('owo').class = 'kazoo';
}
</script>