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>
|
<p><a href="/converter">Converter</a></p>
|
||||||
|
|
||||||
<form action="/download" method="get" target="_blank">
|
<form action="/download" method="get">
|
||||||
<div class="setting">
|
<div class="setting">
|
||||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
<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>
|
||||||
|
|
||||||
<div class="setting">
|
<div class="setting">
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
<option value="mp3" selected>.mp3</option>
|
<option value="mp3" selected>.mp3</option>
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
|
<br>
|
||||||
<input type="submit">
|
<input type="submit">
|
||||||
</form>
|
</form>
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Reference in a new issue