Add placeholder to url field

This commit is contained in:
Evan Fiordeliso 2023-04-14 22:51:48 -04:00
parent 3cbc5b410b
commit db0dd4df3d
1 changed files with 2 additions and 1 deletions

View File

@ -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">