I'm shitty

This commit is contained in:
blank X 2019-01-30 18:28:11 +07:00
parent 68a1d27c93
commit 57ec82246e
Signed by: blankie
GPG Key ID: CC15FC822C7F61F5
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@
<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="" controls="" loop=""></audio>';
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() {
@ -24,6 +24,7 @@ function showg() {
o=document.getElementById('ogg_player_1_obj');
p.height = '200';
p.width = '35';
p.controls = 'true';
}
console.log('showg()')
</script>