Fix URL capitilization
This commit is contained in:
parent
02ef261fa1
commit
1c4af0ebbf
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
|
||||
<form action="/download" method="get">
|
||||
<p style="margin-bottom: 1px;">Video URL:</p>
|
||||
<input required type="url" id="url" placeholder="Enter url" name="url">
|
||||
<input required type="url" id="url" placeholder="Enter URL" name="url">
|
||||
|
||||
<div class="grid-container">
|
||||
<div class="grid-child">
|
||||
|
|
Loading…
Reference in a new issue