quickforth/index.html

7 lines
177 B
HTML

<h1>wanna add some stuff?</h1>
<form action="/calculate">
<input name="first" type="number"> + <input name="second" type="number"> = ???
<br>
<button>Calculate</button>
</form>