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>
|
||||
<link rel="stylesheet" type="text/css" href="index.css">
|
||||
</head>
|
||||
<body class='jack' id='owo'>
|
||||
<body class='jack kazoo' id='owo'>
|
||||
<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'>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);
|
||||
console.log(rn)
|
||||
var bodyc = document.getElementById('owo').classList;
|
||||
if (rn = 1) {
|
||||
bodyc.add('kazoo');
|
||||
if (rn = 0) {
|
||||
bodyc.remove('kazoo');
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue