Skip to content

Instantly share code, notes, and snippets.

Created November 3, 2013 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save anonymous/7286733 to your computer and use it in GitHub Desktop.
Save anonymous/7286733 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Frontend Masters - Assignment 1 - Solution</title>
</head>
<body>
<audio controls>
<source src="http://jPlayer.org/audio/mp3/Miaow-01-Tempered-song.mp3" type="audio/mpeg" >
<source src="http://jPlayer.org/audio/ogg/Miaow-01-Tempered-song.ogg" type="audio/ogg" >
<a href="http://jPlayer.org/audio/mp3/Miaow-01-Tempered-song.mp3">http://jPlayer.org/audio/mp3/Miaow-01-Tempered-song.mp3</a>
</audio>
<video width="320" height="240" controls>
<source src="http://jPlayer.org/video/m4v/Big_Buck_Bunny_Trailer.m4v" type="video/mp4" >
<source src="http://jPlayer.org/video/ogv/Big_Buck_Bunny_Trailer.ogv" type="video/ogg" >
<source src="http://jPlayer.org/video/webm/Big_Buck_Bunny_Trailer.webm" type="video/webm" >
<a href="http://jPlayer.org/video/m4v/Big_Buck_Bunny_Trailer.m4v">http://jPlayer.org/video/m4v/Big_Buck_Bunny_Trailer.m4v</a>
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment