Guest User

Untitled

a guest
May 27th, 2018
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <audio class="audio">
  2. <source src="~/Audios/NUMEROS/ONE.ogg" type="audio/ogg">
  3. </audio>
  4.  
  5. $(document).ready(function () {
  6. $(".audio").play();
  7. });
Add Comment
Please, Sign In to add comment