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:19:05 +00:00
< div height = 0% width = 0% id = 'gaster' > < / div >
2019-01-30 11:01:54 +00:00
< script >
2019-01-30 11:19:05 +00:00
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
2019-01-30 11:28:11 +00:00
let g = '< audio id = "ogg_player_1_obj" width = "0" height = "0" src = "https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay = "" loop = "" > < / audio > ';
2019-01-30 11:13:28 +00:00
// https://www.w3schools.com/jsref/met_win_settimeout.asp
2019-01-30 11:21:30 +00:00
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 30000);
2019-01-30 11:19:05 +00:00
function showg() {
p=document.getElementById('gaster');
p.height = '25%';
p.width = '25%';
2019-01-30 11:24:23 +00:00
o=document.getElementById('ogg_player_1_obj');
p.height = '200';
p.width = '35';
2019-01-30 11:28:11 +00:00
p.controls = 'true';
2019-01-30 11:19:05 +00:00
}
console.log('showg()')
2019-01-30 11:01:54 +00:00
< / script >
2019-01-14 15:29:10 +00:00
< / body >
< / html >