Update static/index.html
This commit is contained in:
parent
a8fa9b9783
commit
2d9f830804
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<form action="/download" method="get" target="_blank">
|
||||
<div class="setting">
|
||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
||||
<input required id="url" placeholder="Enter url" name="url" style="width: 80vw;">
|
||||
<input required id="url" placeholder="Enter url" name="url" style="width: 80vw; max-width: 550px">
|
||||
</div>
|
||||
|
||||
<div class="setting">
|
||||
|
|
Loading…
Reference in a new issue