Skip to content

Instantly share code, notes, and snippets.

@amiika
Last active December 15, 2015 09:08
Show Gist options
  • Save amiika/5235698 to your computer and use it in GitHub Desktop.
Save amiika/5235698 to your computer and use it in GitHub Desktop.
HTML5 Audio intro
<!DOCTYPE html>
<html>
<body>
<audio autoplay loop preload src="http://www.wavlist.com/tv/014/hdwhatis.wav">
Your browser can't handle this!
</audio>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment