Mercurial Hosting > luan
changeset 1579:dd881eb03d87
yourkit link
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 10 Feb 2021 22:49:47 -0700 |
parents | c922446f53aa |
children | 2975c932864d |
files | website/src/index.html website/src/site.css |
diffstat | 2 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
diff -r c922446f53aa -r dd881eb03d87 website/src/index.html --- a/website/src/index.html Mon Feb 08 14:16:19 2021 -0700 +++ b/website/src/index.html Wed Feb 10 22:49:47 2021 -0700 @@ -20,5 +20,9 @@ <div link><a href="https://hg.luan.software/luan">Source</a></div> <div link><a href="http://forum.luan.software/">Support Forum</a></div> <div link><a href="goodjava.html">The goodjava Library</a></div> + + <div footer> + Luan was optimized with <a href="https://www.yourkit.com/java/profiler/">YourKit Java Profiler <img src="https://www.yourkit.com/images/yklogo.png"></a>. + </div> </body> </html>
diff -r c922446f53aa -r dd881eb03d87 website/src/site.css --- a/website/src/site.css Mon Feb 08 14:16:19 2021 -0700 +++ b/website/src/site.css Wed Feb 10 22:49:47 2021 -0700 @@ -37,3 +37,12 @@ h4 code { font-size: 1.4em; } + +div[footer] { + margin-top: 32px; + font-size: small; +} +div[footer] img { + height: 1em; + vertical-align: top; +}