diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-28 17:53:33 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-07-28 17:53:33 +0200 |
commit | 36f01682d030b32353dd8504263a00536357d2b4 (patch) | |
tree | 1e719733e2f5e1f4299af1e32da5f73fe805faea /website/index.html | |
parent | 12d6d2c521c8fa6bb9898819ca0c42f00eb1e487 (diff) | |
download | lombok-36f01682d030b32353dd8504263a00536357d2b4.tar.gz lombok-36f01682d030b32353dd8504263a00536357d2b4.tar.bz2 lombok-36f01682d030b32353dd8504263a00536357d2b4.zip |
Address issue #10: If the video won't play, and you don't see the failsafe 'download it instead' message, there's now still a link in the footer if you can't see the video to help folks with
a bad mix of plugins along.
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index 351569c9..a3a3f5b3 100644 --- a/website/index.html +++ b/website/index.html @@ -89,7 +89,7 @@ </video> </div> <div class="endBar"> - <a href="slideshow.html">I don't want to see a video - show me a slideshow instead!</a> + <a href="novideo.html">I can't see the video</a> | <a href="slideshow.html">I don't want to see the video - show me a slideshow instead!</a> </div> <div class="footer"> <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009 Reinier Zwitserloot and Roel Spilker, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT licence</a>. |