You little scumbags

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

View File

@ -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>