Add placeholder to url field
This commit is contained in:
parent
3cbc5b410b
commit
db0dd4df3d
|
@ -12,7 +12,8 @@
|
||||||
<div class="mb-3">
|
<div class="mb-3">
|
||||||
<label for="url" class="form-label visually-hidden">Url</label>
|
<label for="url" class="form-label visually-hidden">Url</label>
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
<input type="url" name="url" id="url" class="form-control" required />
|
<input type="url" name="url" id="url" class="form-control" required
|
||||||
|
placeholder="Enter url here then click download" />
|
||||||
<button id="paste-button" class="btn btn-outline-secondary" type="button" title="Paste">
|
<button id="paste-button" class="btn btn-outline-secondary" type="button" title="Paste">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
||||||
style="width: 1.5rem; height: 1.5rem">
|
style="width: 1.5rem; height: 1.5rem">
|
||||||
|
|
Loading…
Reference in New Issue