diff options
author | Sam <me@sampotts.me> | 2015-11-26 18:26:26 +1100 |
---|---|---|
committer | Sam <me@sampotts.me> | 2015-11-26 18:26:26 +1100 |
commit | 1e03aa136049d09926db546941efd38f248b87fb (patch) | |
tree | b20231bc115d1280dfd267530ce3789d20c2780a /docs/index.html | |
parent | 7463e31f954427a921b5a9382726769a454f6ee3 (diff) | |
download | plyr-1e03aa136049d09926db546941efd38f248b87fb.tar.lz plyr-1e03aa136049d09926db546941efd38f248b87fb.tar.xz plyr-1e03aa136049d09926db546941efd38f248b87fb.zip |
Docs update - removed button counts temporarily
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> |