diff options
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> |