Skip to content

Instantly share code, notes, and snippets.

@crysfel
Created May 11, 2015 18:37
Show Gist options
  • Save crysfel/be652d6c74efeca134bd to your computer and use it in GitHub Desktop.
Save crysfel/be652d6c74efeca134bd to your computer and use it in GitHub Desktop.
Audio template
<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