added form to create shortened url

pull/13/head
Adam Townsend 2023-09-14 18:54:20 -07:00
parent 3b2184ffd7
commit 3e789f832a
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
<form method="POST" action="/create">
<label for "url">URL: </label>
<input type="text" name="url" />
<input type="submit" value="Submit" />
</form>