diff options
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> |
