Advertisement
MusicalSpiritA7x

Music Code

Aug 1st, 2022
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <audio id="music" src="https://www.myinstants.com/media/sounds/tmpq7mpzzl9.mp3"></audio>
  2. <img src="https://i.gyazo.com/3ab4adc9050f36b3116f082028dbd12e.png" height="30" onclick="if(document.getElementById('music').duration > 0 && !document.getElementById('music').paused){document.getElementById('music').pause();}else{document.getElementById('music').play();}">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement