diff options
author | Paul Duncan <pabs@pablotron.org> | 2017-11-10 11:57:59 -0500 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2017-11-10 11:57:59 -0500 |
commit | d4122298b5d79584891fb068e7781765b5981a17 (patch) | |
tree | 46370ab2b505e41b479d3fcbdeeaf519483114e8 /htdocs | |
parent | 100cf72b346ad90d4fbfcd718ea19e622881a154 (diff) | |
download | mathy-d4122298b5d79584891fb068e7781765b5981a17.tar.bz2 mathy-d4122298b5d79584891fb068e7781765b5981a17.zip |
populate about dialog
Diffstat (limited to 'htdocs')
-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'> |