Change form type to url #57

This commit is contained in:
Kevin Pham
2023-12-03 21:34:27 -06:00
parent 547cf61a7d
commit a83a95c5a5

View File

@@ -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"