diff options
| author | Pinapelz <yukais@pinapelz.com> | 2025-02-08 19:07:47 -0800 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2025-02-08 19:07:47 -0800 |
| commit | da16c5147e37165e420a5205adc46dcfe66baa17 (patch) | |
| tree | e165d314b3899f7d764f292b5490a2abc1fda71c /templates | |
| parent | 6bc114dfac19db6977eca316d851ca1ba35bce2e (diff) | |
add title field to image modals
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 9790869..0e5cc84 100644 --- a/templates/index.html +++ b/templates/index.html @@ -59,8 +59,9 @@ </div> <div id="image-modal" class="modal"> <div class="modal-content"> - <span class="close">×</span> + <span class="close"></span> <img id="modal-img" src="" alt="Image preview" /> + <input id="modal-title" type="text" placeholder="Enter title here" /> <textarea id="modal-description" placeholder="Enter description here"></textarea> <button id="modal-save">Save</button> </div> |
