Skip to content

Instantly share code, notes, and snippets.

@maccevedor
Created June 20, 2014 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maccevedor/4bf428c1a9c255468b02 to your computer and use it in GitHub Desktop.
Save maccevedor/4bf428c1a9c255468b02 to your computer and use it in GitHub Desktop.
Video
<!DOCTYPE html>
<html>
<body>
<video width="320" height="240" controls>
<source src="movie.mp4" type="video/mp4">
<source src="movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment