33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>/blankX/.hell.html</title>
|
|
<meta name='description' context='/blankx/.hell.html.txt: Welcome to hell'>
|
|
<link rel="stylesheet" type="text/css" href="index.css">
|
|
</head>
|
|
<body>
|
|
<div class='container'>
|
|
<h1 class='transred'>/blankx/.hell.html</h1>
|
|
<p class='red'>Welcome to hell.</p>
|
|
<br>
|
|
<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>
|
|
</div>
|
|
<div height=0% width=0% id='gaster'></div>
|
|
<script>
|
|
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
|
|
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>';
|
|
// https://www.w3schools.com/jsref/met_win_settimeout.asp
|
|
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 30000);
|
|
function showg() {
|
|
p=document.getElementById('gaster');
|
|
p.height = '25%';
|
|
p.width = '25%';
|
|
o=document.getElementById('ogg_player_1_obj');
|
|
o.height = '200';
|
|
o.width = '35';
|
|
o.controls = 'true';
|
|
}
|
|
console.log('showg()')
|
|
</script>
|
|
</body>
|
|
</html>
|