diff options
Diffstat (limited to 'templates/pages/home.html')
-rw-r--r-- | templates/pages/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/home.html b/templates/pages/home.html index c44a017..6cb5935 100644 --- a/templates/pages/home.html +++ b/templates/pages/home.html @@ -11,7 +11,7 @@ hx-target-5*="#form-error" > <div style="display: flex; align-items: center; margin-bottom: 15px;"}> - <input type="text" name="url" class="border-2 border-black" style="margin-bottom: 0px; margin-right: 10px;"/> + <input type="url" name="url" class="border-2 border-black" style="margin-bottom: 0px; margin-right: 10px;"/> <img src={{url_for("static", filename="images/bars.svg")}} class="htmx-indicator" id="spinner" alt="loading indicator "/> </div> <button type="submit" class="cursor-pointer">Submit</button> |