fix
This commit is contained in:
parent
9376d47c0b
commit
2affb0f7b0
1 changed files with 11 additions and 13 deletions
|
@ -16,7 +16,7 @@
|
|||
WebDICT
|
||||
<br />
|
||||
</span>
|
||||
<form class="flex items-center max-w-sm mx-auto">
|
||||
<form class="flex items-center max-w-sm mx-auto" method="post">
|
||||
<label for="simple-search" class="sr-only">Search</label>
|
||||
<div class="relative w-full">
|
||||
<div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
|
||||
|
@ -26,11 +26,10 @@
|
|||
d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
|
||||
</svg>
|
||||
</div>
|
||||
<input type="text" id="simple-search"
|
||||
<input type="text" id="input"
|
||||
class="bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-blue-500 focus:border-blue-500 block w-full ps-10 p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500"
|
||||
placeholder="Search a word..." required />
|
||||
</div>
|
||||
<form method="post">
|
||||
<button type="submit"
|
||||
class="p-2.5 ms-2 text-sm font-medium text-white bg-blue-700 rounded-lg border border-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800">
|
||||
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
|
||||
|
@ -41,7 +40,6 @@
|
|||
<span class="sr-only">Search</span>
|
||||
</button>
|
||||
</form>
|
||||
</form>
|
||||
<br />
|
||||
<a href="/about">
|
||||
<button type="button"
|
||||
|
|
Loading…
Add table
Reference in a new issue