diff options
-rw-r--r-- | htdocs/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index e8c068f..0fe5fd4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -98,8 +98,15 @@ <div class='modal-body'> <p> - TODO: about mathy + Simple, web-based math renderer. Built with: </p> + + <ul> + <li><a target='_blank' title='Ace Editor' href='https://ace.c9.io/'>Ace Editor</a></li> + <li><a target='_blank' title='Bootstrap' href='https://getbootstrap.com/'>Bootstrap</a></li> + <li><a target='_blank' title='jQuery' href='https://jquery.com'>jQuery</a></li> + <li><a target='_blank' title='MathJax' href='https://www.mathjax.org/'>MathJax</a></li> + </ul> </div><!-- modal-body --> <div class='modal-footer'> |