Advertisement
nomskoo

click sound

May 5th, 2022
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <script>
  2. document.getElementById('icons01').onclick = function() {
  3. document.getElementById('sound').play();
  4. }
  5. </script>
  6. <audio id="sound" src="https://a.tumblr.com/tumblr_ojrmy55yUN1w2e2oyo1.mp3" preload="auto"></audio>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement