Created
May 11, 2015 18:37
-
-
Save crysfel/be652d6c74efeca134bd to your computer and use it in GitHub Desktop.
Audio template
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<audio> | |
<source src="horse.ogg" type="audio/ogg"> | |
<source src="horse.mp3" type="audio/mpeg"> | |
Your browser does not support the audio element. | |
</audio> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment