quickforth/index.html
2021-11-14 07:16:08 -07:00

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>