Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- document.getElementById("image01").onclick = function() {
- var audio = document.getElementById("music");
- if (audio.paused) audio.play();
- else audio.pause();
- }
- </script>
- <audio id="music" src="https://cdn.discordapp.com/attachments/1011654612551487558/1012566905854382080/BanG_Dream_Venom_Full_Version_Covered_by_Afterglow_MV_fan_made_-_Romaji_Lyrics.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement