clean up js example

This commit is contained in:
David Lord 2018-04-12 12:17:14 -07:00
parent 746b91dfce
commit 1e84c67beb
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
5 changed files with 10 additions and 8 deletions

View file

@ -23,7 +23,7 @@
<hr>
<p>{% block intro %}{% endblock %}</p>
<hr>
<form>
<form id="calc">
<label>a <input name="a"></label>
<span>+</span>
<label>b <input name="b"></label>