2019-01-17 14:15:38 +00:00
< html >
< head >
< title > /blankX/403.html< / title >
2019-01-29 09:51:50 +00:00
< meta name = 'description' context = '/blankx/403.html.txt: jack' >
2019-01-30 09:25:36 +00:00
< meta http-equiv = 'refresh' content = '10; url=https://play.skycade.net' >
2019-01-17 14:15:38 +00:00
< link rel = "stylesheet" type = "text/css" href = "index.css" >
< / head >
2019-01-28 16:14:18 +00:00
< body class = 'jack kazoo' id = 'owo' >
2019-01-17 14:15:38 +00:00
< div class = 'container' >
2019-01-28 15:47:11 +00:00
< 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' > Thanks to < a class = 'ds' href = 'https://nixnet.xyz/contact' > amolith< / a > for < a class = 'ds' href = 'https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font' > Dr. Smith< / a > .< / p >
< script >
2019-01-28 15:54:40 +00:00
var min = 0
2019-01-28 19:43:02 +00:00
var max = 2
2019-01-28 15:54:40 +00:00
console.log(min)
console.log(max)
2019-01-28 15:47:11 +00:00
var rn = Math.floor(Math.random()*(max-min+1)+min);
2019-01-28 15:54:40 +00:00
console.log(rn)
2019-01-28 16:07:52 +00:00
var bodyc = document.getElementById('owo').classList;
2019-01-28 16:16:28 +00:00
console.log('if rn == 0 now running')
2019-01-28 16:18:38 +00:00
if (rn == 0) {
2019-01-28 16:16:28 +00:00
console.log('removing kazoo')
2019-01-28 16:14:18 +00:00
bodyc.remove('kazoo');
2019-01-28 15:47:11 +00:00
}
2019-01-28 19:43:02 +00:00
console.log('if rn == 2 now running')
if (rn == 2) {
2019-01-28 19:45:54 +00:00
console.log('adding fzt')
bodyc.add('fzt')
2019-01-28 19:43:02 +00:00
console.log('removing kazoo')
bodyc.remove('kazoo')
console.log('removing jack')
bodyc.remove('jack')
2019-01-28 19:44:17 +00:00
}
2019-01-28 16:16:28 +00:00
console.log('dun')
2019-01-28 15:47:11 +00:00
< / script >
2019-03-21 14:25:10 +00:00
< script >
const SAVE_YOUR_INTERNET_CONFIG = {
'language': 'en',
'hideOnReload': false
};
< / script >
< script src = "https://cdn.jsdelivr.net/npm/save-your-internet-widget/dist/syi-widget.js" async > < / script >
2019-01-17 14:15:38 +00:00
< / body >
< / html >