2019-01-14 15:29:10 +00:00
< html >
< head >
< title > /blankX/.hell.html< / title >
2019-01-29 09:51:50 +00:00
< meta name = 'description' context = '/blankx/.hell.html.txt: Welcome to hell' >
2019-01-16 03:06:44 +00:00
< link rel = "stylesheet" type = "text/css" href = "index.css" >
2019-01-14 15:29:10 +00:00
< / head >
< body >
< div class = 'container' >
< h1 class = 'transred' > /blankx/.hell.html< / h1 >
< p class = 'red' > Welcome to hell.< / p >
< br >
2019-01-25 17:20:03 +00:00
< p class = 'blacknds' > I'm just trying to be scary. Thanks to amolith for making < a class = 'blacknds' href = 'https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font' > Dr. Smith< / a > < / p >
2019-01-14 15:29:10 +00:00
< / div >
2019-01-30 11:05:45 +00:00
< div height = 0% width = 0% >
<!-- https://undertale.fandom.com/wiki/File:Mus_st_him.ogg -->
< audio id = "ogg_player_1_obj" width = "200" height = "35" src = "https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay = "" controls = "" > < / audio >
< / div >
2019-01-30 11:01:54 +00:00
< script >
// https://www.sitepoint.com/delay-sleep-pause-wait/
function sleep(milliseconds) {
var start = new Date().getTime();
for (var i = 0; i < 1e7 ; i + + ) {
if ((new Date().getTime() - start) > milliseconds){
break;
}
}
}
console.log('here u go');
console.log(new Date());
sleep(5000);
2019-01-30 11:05:45 +00:00
console.log(new Date());
2019-01-30 11:01:54 +00:00
console.log('there');
2019-01-30 11:05:45 +00:00
document.getElementById('ogg_player_1_obj').autoplay = 'true';
2019-01-30 11:01:54 +00:00
< / script >
2019-01-14 15:29:10 +00:00
< / body >
< / html >