Change form type to url #57
This commit is contained in:
@@ -203,7 +203,7 @@
|
|||||||
<form id="inputForm" method="get" class="flex flex-col gap-2 mx-4">
|
<form id="inputForm" method="get" class="flex flex-col gap-2 mx-4">
|
||||||
<div class="relative">
|
<div class="relative">
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="url"
|
||||||
id="inputField"
|
id="inputField"
|
||||||
placeholder="Enter URL"
|
placeholder="Enter URL"
|
||||||
name="inputField"
|
name="inputField"
|
||||||
|
|||||||
Reference in New Issue
Block a user