trypandoc: put link to site in footer.

This commit is contained in:
John MacFarlane 2018-11-04 10:45:44 -08:00
parent 553e364d0d
commit 22681b3a2a

View file

@ -67,7 +67,6 @@ $(document).ready(function() {
<div class="row">
<div class="col-md-6">
<h1>Try pandoc!</h1>
<p><a href="https://pandoc.org">https://pandoc.org</a></p>
</div>
<div class="col-md-6">
<pre id="command"></pre>
@ -159,7 +158,7 @@ $(document).ready(function() {
</div>
<footer>
<p class="version">pandoc <span id="version"></span></p>
<p>&copy; 2013&ndash;2015 <a href="http://johnmacfarlane.net">John MacFarlane</a></p>
<p><a href="https://pandoc.org">https://pandoc.org</a></p>
</footer>
</body>
</html>