Advertisement
izuemis

Click SFX

Sep 7th, 2022
588
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('text01').onclick = function() {
  3. document.getElementById('sound').play();
  4. }
  5. </script>
  6. <audio id="sound" src="https://a.tumblr.com/tumblr_ojrn7aGBii1w2e2oyo1.mp3" preload="auto"></audio>
  7.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement