Skip to content

Commit a83a95c

Browse files
committed
Change form type to url #57
1 parent 547cf61 commit a83a95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
<form id="inputForm" method="get" class="flex flex-col gap-2 mx-4">
204204
<div class="relative">
205205
<input
206-
type="text"
206+
type="url"
207207
id="inputField"
208208
placeholder="Enter URL"
209209
name="inputField"

0 commit comments

Comments
 (0)