can read from html forms now. Added simple html page to submit isbn to lookup.
This commit is contained in:
5
index.html
Normal file
5
index.html
Normal file
@@ -0,0 +1,5 @@
|
||||
<form action="http://127.0.0.1:8000/lookup" method="POST">
|
||||
<label for="isbn"> </label>
|
||||
<input name="isbn" id="isbn" value=" ">
|
||||
<button>Submit</button>
|
||||
</form>
|
||||
Reference in New Issue
Block a user