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/download.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/download.html')
-rw-r--r-- | website/download.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/website/download.html b/website/download.html index 07904b07..5fd1f816 100644 --- a/website/download.html +++ b/website/download.html @@ -19,6 +19,12 @@ margin: 16px auto 0 auto; width: 800px; } + + .backLink { + padding-top: 100px; + width: 100%; + text-align: right; + } </style> </head><body> <div class="meat"> @@ -34,6 +40,9 @@ <a href="http://projectlombok.googlecode.com/files/lombok.jar" id="downloadLink"> Download now! </a> + <div class="backLink"> + <a href="index.html">back to the project homepage</a> + </div> </div> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); |