This commit is contained in:
blank X 2019-01-30 18:19:05 +07:00
parent a817f8e755
commit 1ca13bdb6b
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 10 additions and 5 deletions

View File

@ -11,13 +11,18 @@
<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%>
<!-- 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>
<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="200" height="35" src="https://vignette.wikia.nocookie.net/undertale/images/a/a2/Mus_st_him.ogg/revision/latest?cb=20160108094830" autoplay="" controls="" loop=""></audio>';
// https://www.w3schools.com/jsref/met_win_settimeout.asp
setTimeout(function(){ document.getElementById('ogg_player_1_obj').autoplay = 'true'; }, 5000);
setTimeout(function(){ document.getElementById('gaster').innerHTML = g; }, 5000);
function showg() {
p=document.getElementById('gaster');
p.height = '25%';
p.width = '25%';
}
console.log('showg()')
</script>
</body>
</html>