Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- document.getElementById("image03").onclick = function() {
- var audio = document.getElementById("music");
- if (audio.paused) audio.play();
- else audio.pause();
- }
- </script>
- <audio id="music" src="https://dl.dropbox.com/scl/fi/h1hlw46im7y4in02x1og4/Blue-Springs-TXT.mp3?rlkey=li6bd7mak7ur3gzzasxeu6n6y&st=jha21lsv&dl=0.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement