aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Duncan <pabs@pablotron.org>2017-11-10 11:57:59 -0500
committerPaul Duncan <pabs@pablotron.org>2017-11-10 11:57:59 -0500
commitd4122298b5d79584891fb068e7781765b5981a17 (patch)
tree46370ab2b505e41b479d3fcbdeeaf519483114e8
parent100cf72b346ad90d4fbfcd718ea19e622881a154 (diff)
downloadmathy-d4122298b5d79584891fb068e7781765b5981a17.tar.bz2
mathy-d4122298b5d79584891fb068e7781765b5981a17.zip
populate about dialog
-rw-r--r--htdocs/index.html9
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'>