I'm trying I guess

This commit is contained in:
blank X 2019-01-30 18:05:45 +07:00
parent 4624d8f9bf
commit 2356042975
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,10 @@
<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>
<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>
<script>
// https://www.sitepoint.com/delay-sleep-pause-wait/
function sleep(milliseconds) {
@ -25,10 +28,9 @@ function sleep(milliseconds) {
console.log('here u go');
console.log(new Date());
sleep(5000);
console.log(new Date());
console.log('there');
// https://undertale.fandom.com/wiki/File:Mus_st_him.ogg
let g = '<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="true" controls=""></audio>';
document.getElementById('gaster').innerHTML = g;
document.getElementById('ogg_player_1_obj').autoplay = 'true';
</script>
</body>
</html>