blankx.gitlab.io/public/404.html

37 lines
1.2 KiB
HTML
Raw Normal View History

<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'>
<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>
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>
</body>
</html>