testing form
This commit is contained in:
parent
146e0a8c3f
commit
fbba0b5992
1 changed files with 13 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue