Skip to content

Commit

Permalink
Change form type to url #57
Browse files Browse the repository at this point in the history
  • Loading branch information
deoxykev committed Dec 4, 2023
1 parent 547cf61 commit a83a95c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/form.html
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<form id="inputForm" method="get" class="flex flex-col gap-2 mx-4">
<div class="relative">
<input
type="text"
type="url"
id="inputField"
placeholder="Enter URL"
name="inputField"
Expand Down

0 comments on commit a83a95c

Please sign in to comment.