diff options
author | Sam Potts <me@sampotts.me> | 2015-02-17 14:54:39 +1100 |
---|---|---|
committer | Sam Potts <me@sampotts.me> | 2015-02-17 14:54:39 +1100 |
commit | a39bbec1fd2826f3373b8e3f8260e86f8eedf522 (patch) | |
tree | df4f52bdf0c61c783bf3cfd91b8c501da31bfa3c /index.html | |
parent | 61fe24e0bfaac14f7e77046b236cf2e32be184a2 (diff) | |
download | plyr-a39bbec1fd2826f3373b8e3f8260e86f8eedf522.tar.lz plyr-a39bbec1fd2826f3373b8e3f8260e86f8eedf522.tar.xz plyr-a39bbec1fd2826f3373b8e3f8260e86f8eedf522.zip |
Proper readme docs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ <!-- Fallback for browsers that don't support the <video> element --> <div> <a href="//cdn.sampotts.me/plyr/movie.mp4"> - <img src="//cdn.sampotts.me/plyr/poster.jpg" width="640" height="360" alt="download video"> + <img src="//cdn.sampotts.me/plyr/poster.jpg" alt="Download"> </a> </div> </video> @@ -45,7 +45,7 @@ <!-- Fallback for browsers that don't support the <audio> element --> <div> - <a href="//cdn.sampotts.me/plyr/logistics-96-sample.mp3">Download it</a> + <a href="//cdn.sampotts.me/plyr/logistics-96-sample.mp3">Download</a> </div> </audio> </div> |