shoplist2/templates/addForm.html
Benjamyn Love 22d030edd6 Implemented users
Changed DB type to MySQL
Cried
2020-01-29 20:46:54 +11:00

7 lines
398 B
HTML

<div>
<form action="/post" method="post">
<p style="display: inline">Item: </p>
<input class="form-control" id="addbox" style="display: inline" type="text" name="item" value=""><br><br>
<div style="text-align: center; padding-bottom: 2px"><input class="btn btn-secondary" type="submit" style="text-align: center" name="addValue" value="Submit"></form>
</form>
</div>