Advertisement
aohitsugi

ikebukuro crd busbros code

Jun 11th, 2023
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. <center>
  2. <audio id="audio" src="https://dl.dropbox.com/s/ran0cmo9hsyyity/Saburou%27s%20Hard%20Drive%20-%20Good%20Morning%2C%20Ikebukuro%20%28Eng%20Sub%29%20_%20Ohayou%2C%20Ikebukuro.mp3"></audio>
  3. <img id="busbros">
  4. </center>
  5.  
  6. <script>
  7. document.getElementById("busbros").addEventListener("click", function(){
  8. document.getElementById("audio").play();
  9. });
  10. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement