diff options
author | Sam Potts <me@sampotts.me> | 2015-12-11 10:01:12 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-12-11 10:01:12 +1100 |
commit | 05bf08a4389ec5c72627f709761578d80b40603f (patch) | |
tree | 3288fbadf06f2927b6e26dfb8ae5396d5beae192 /docs/index.html | |
parent | aee076dc3b14950dc0d1c8e11d2e0a95a01f837f (diff) | |
parent | 1e03aa136049d09926db546941efd38f248b87fb (diff) | |
download | plyr-05bf08a4389ec5c72627f709761578d80b40603f.tar.lz plyr-05bf08a4389ec5c72627f709761578d80b40603f.tar.xz plyr-05bf08a4389ec5c72627f709761578d80b40603f.zip |
Merge branch 'master' of github.com:selz/plyr
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html index 9dc4da80..ba8f7254 100644 --- a/docs/index.html +++ b/docs/index.html @@ -21,11 +21,9 @@ <ul> <li> <a href="https://github.com/selz/plyr" target="_blank" class="btn btn-primary">Download on GitHub</a> - <span class="btn-count js-stargazers-count">…</span> </li> <li> <a href="https://twitter.com/intent/tweet?text=A+simple+HTML5+media+player+with+custom+controls+and+WebVTT+captions.&url=https%3A%2F%2Fplyr.io&via=Sam_Potts" target="_blank" class="btn js-popup" data-window-height="250" data-window-width="500">Tweet</a> - <span class="btn-count js-tweet-count">…</span> </li> </ul> </nav> @@ -46,10 +44,10 @@ <!-- Video files --> <source src="https://cdn.selz.com/plyr/1.0/movie.mp4" type="video/mp4"> <source src="https://cdn.selz.com/plyr/1.0/movie.webm" type="video/webm"> - + <!-- Text track file --> <track kind="captions" label="English" srclang="en" src="https://cdn.selz.com/plyr/1.0/example_captions_en.vtt" default> - + <!-- Fallback for browsers that don't support the <video> element --> <a href="https://cdn.selz.com/plyr/1.0/movie.mp4">Download</a> </video> @@ -68,7 +66,7 @@ <!-- Audio files --> <source src="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3" type="audio/mp3"> <source src="//cdn.selz.com/plyr/1.0/logistics-96-sample.ogg" type="audio/ogg"> - + <!-- Fallback for browsers that don't support the <audio> element --> <a href="//cdn.selz.com/plyr/1.0/logistics-96-sample.mp3">Download</a> </audio> |