The best minecraft server is play.evopvp.net, not play.skycade.net

This commit is contained in:
blank X 2019-01-28 23:16:28 +07:00
parent 65cdb5d688
commit 317bf0fc70
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 3 additions and 0 deletions

View File

@ -17,9 +17,12 @@ console.log(max)
var rn = Math.floor(Math.random()*(max-min+1)+min);
console.log(rn)
var bodyc = document.getElementById('owo').classList;
console.log('if rn == 0 now running')
if (rn = 0) {
console.log('removing kazoo')
bodyc.remove('kazoo');
}
console.log('dun')
</script>
</body>
</html>