You little scumbags
This commit is contained in:
parent
390823e7dd
commit
65cdb5d688
|
@ -4,7 +4,7 @@
|
||||||
<meta name='description' class='colon_p'>/blankx/403.html.txt: jack</meta>
|
<meta name='description' class='colon_p'>/blankx/403.html.txt: jack</meta>
|
||||||
<link rel="stylesheet" type="text/css" href="index.css">
|
<link rel="stylesheet" type="text/css" href="index.css">
|
||||||
</head>
|
</head>
|
||||||
<body class='jack' id='owo'>
|
<body class='jack kazoo' id='owo'>
|
||||||
<div class='container'>
|
<div class='container'>
|
||||||
<p class='ds'>It seems like <a class='ds' href='https://www.youtube.com/user/JackSucksAtMinecraft'>JackSucksAtLife</a> puts a 403 here, hmm.</p>
|
<p class='ds'>It seems like <a class='ds' href='https://www.youtube.com/user/JackSucksAtMinecraft'>JackSucksAtLife</a> puts a 403 here, hmm.</p>
|
||||||
<p class='ds'>He wants you to be on <a class='ds' href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
|
<p class='ds'>He wants you to be on <a class='ds' href='https://play.skycade.net'>Skycade</a> I think :shrug: <!-- refer to index.html about the emojis --></p>
|
||||||
|
@ -17,8 +17,8 @@ console.log(max)
|
||||||
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
var rn = Math.floor(Math.random()*(max-min+1)+min);
|
||||||
console.log(rn)
|
console.log(rn)
|
||||||
var bodyc = document.getElementById('owo').classList;
|
var bodyc = document.getElementById('owo').classList;
|
||||||
if (rn = 1) {
|
if (rn = 0) {
|
||||||
bodyc.add('kazoo');
|
bodyc.remove('kazoo');
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Loading…
Reference in New Issue