Skip to content

Instantly share code, notes, and snippets.

@Zillionx
Last active August 29, 2015 14:17
Show Gist options
  • Save Zillionx/f128185d52a0d443cf3b to your computer and use it in GitHub Desktop.
Save Zillionx/f128185d52a0d443cf3b to your computer and use it in GitHub Desktop.
Embed html background audio
<audio src="/music/good_enough.mp3" autoplay="autoplay">
If you are reading this, it is because your browser does not support the audio element.
<embed src="/music/good_enough.mp3" width="180" height="90" hidden="true" />
</audio>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment