diff options
author | 2020-09-20 18:46:04 -0400 | |
---|---|---|
committer | 2020-09-20 18:46:04 -0400 | |
commit | 5fab12c305f3db43f6c93e8f70564017f252a8cb (patch) | |
tree | ea4781e99d6d03ac72ccb882d5904e76ca45b733 /docs/index.html | |
parent | 7a8ee09e8e18c1582cf185c5cf9dfab822c91203 (diff) | |
download | textadept-5fab12c305f3db43f6c93e8f70564017f252a8cb.tar.gz textadept-5fab12c305f3db43f6c93e8f70564017f252a8cb.zip |
Added code counting script and inline plots.
Removed redundant stats link.
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 24aa6a57..c330893c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -343,10 +343,14 @@ </li> </ul> + <p id="plots" style="text-align: center;"> + <img src="images/loc.png" alt="loc"/> + <img src="images/languages.png" alt="languages"/> + </p> + <hr style="clear: both;" /> <p style="text-align: center;"> <a href="faq.html">FAQ</a> · - <a href="https://foicica.com/stats.html#Textadept">Stats</a> · <a href="thanks.html">Credits</a> </p> |