diff options
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."); |