testing form

This commit is contained in:
superdimensional 2021-04-16 23:28:03 -04:00
parent 146e0a8c3f
commit fbba0b5992

View file

@ -18,7 +18,19 @@
</header>
<main class="main-content">
nothing yet
<form action="https://array-in-a-matrix.github.io/calculators/quadratic.html" method="GET">
<div>
<label for="say">What greeting do you want to say?</label>
<input name="say" id="say" value="Hi">
</div>
<div>
<label for="to">Who do you want to say it to?</label>
<input name="to" id="to" value="Mom">
</div>
<div>
<button>Send my greetings</button>
</div>
</form>
</main>
</body>