fix
This commit is contained in:
parent
9376d47c0b
commit
2affb0f7b0
1 changed files with 11 additions and 13 deletions
|
@ -16,7 +16,7 @@
|
||||||
WebDICT
|
WebDICT
|
||||||
<br />
|
<br />
|
||||||
</span>
|
</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>
|
<label for="simple-search" class="sr-only">Search</label>
|
||||||
<div class="relative w-full">
|
<div class="relative w-full">
|
||||||
<div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
|
<div class="absolute inset-y-0 start-0 flex items-center ps-3 pointer-events-none">
|
||||||
|
@ -26,21 +26,19 @@
|
||||||
d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
|
d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
|
||||||
</svg>
|
</svg>
|
||||||
</div>
|
</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"
|
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 />
|
placeholder="Search a word..." required />
|
||||||
</div>
|
</div>
|
||||||
<form method="post">
|
<button type="submit"
|
||||||
<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">
|
||||||
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"
|
||||||
<svg class="w-4 h-4" aria-hidden="true" xmlns="http://www.w3.org/2000/svg" fill="none"
|
viewBox="0 0 20 20">
|
||||||
viewBox="0 0 20 20">
|
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
||||||
<path stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
|
d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
|
||||||
d="m19 19-4-4m0-7A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z" />
|
</svg>
|
||||||
</svg>
|
<span class="sr-only">Search</span>
|
||||||
<span class="sr-only">Search</span>
|
</button>
|
||||||
</button>
|
|
||||||
</form>
|
|
||||||
</form>
|
</form>
|
||||||
<br />
|
<br />
|
||||||
<a href="/about">
|
<a href="/about">
|
||||||
|
|
Loading…
Add table
Reference in a new issue