added form to create shortened url
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user