Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created March 30, 2017 20:11
Show Gist options
  • Select an option

  • Save aarongustafson/ec877910f2a22568776b10a32b7ce8a0 to your computer and use it in GitHub Desktop.

Select an option

Save aarongustafson/ec877910f2a22568776b10a32b7ce8a0 to your computer and use it in GitHub Desktop.

Revisions

  1. aarongustafson created this gist Mar 30, 2017.
    5 changes: 5 additions & 0 deletions video-avi-fallback.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    <video>
    <source src="my.avi" type="video/avi">
    <p>Your browser doesn’t support AVI, but you can
    <a href="my.avi" download>download this movie</a></p>
    </video>
    3 changes: 3 additions & 0 deletions video-avi.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    <video>
    <source src="my.avi" type="video/avi">
    </video>