REE
This commit is contained in:
parent
a817f8e755
commit
1ca13bdb6b
|
@ -11,13 +11,18 @@
|
||||||
<br>
|
<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>
|
<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>
|
||||||
<div height=0% width=0%>
|
<div height=0% width=0% id='gaster'></div>
|
||||||
<!-- 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>
|
<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
|
// 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>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue