Clear form button
This commit is contained in:
parent
44890c02ea
commit
71c28b480f
1 changed files with 4 additions and 2 deletions
|
@ -19,10 +19,11 @@
|
|||
|
||||
<p><a href="/converter">Converter</a></p>
|
||||
|
||||
<form action="/download" method="get" target="_blank">
|
||||
<form action="/download" method="get">
|
||||
<div class="setting">
|
||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
||||
<input required id="url" placeholder="Enter url" name="url" style="width: 80vw; max-width: 550px">
|
||||
<input required type="url" id="url" placeholder="Enter url" name="url" style="width: 80vw; max-width: 550px">
|
||||
<input type="reset" value="Clear form">
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
|
@ -52,6 +53,7 @@
|
|||
<option value="mp3" selected>.mp3</option>
|
||||
</select>
|
||||
</div>
|
||||
<br>
|
||||
<input type="submit">
|
||||
</form>
|
||||
<br>
|
||||
|
|
Loading…
Reference in a new issue