Last active
August 29, 2015 14:17
-
-
Save Zillionx/f128185d52a0d443cf3b to your computer and use it in GitHub Desktop.
Embed html background audio
This file contains hidden or 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 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