mirror of
https://github.com/Sneed-Group/frontend-js-example
synced 2024-12-23 03:35:22 -06:00
Update 'index.html'
This commit is contained in:
parent
deb2f26336
commit
9d370f0244
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
|
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<script src="frontend.js"></script>
|
<script src="frontend.js"></script>
|
||||||
|
@ -21,4 +22,4 @@ createParagraph("paragraphLorum", `Lorem ipsum dolor sit amet, consectetur adipi
|
||||||
let dino = createButton("dino", "dino sound")
|
let dino = createButton("dino", "dino sound")
|
||||||
changeAttributes(dino, {"onclick": "playAudio(`https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3`, 0.4)"})
|
changeAttributes(dino, {"onclick": "playAudio(`https://interactive-examples.mdn.mozilla.net/media/cc0-audio/t-rex-roar.mp3`, 0.4)"})
|
||||||
</script>
|
</script>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue