search complete
This commit is contained in:
@@ -1,13 +1,4 @@
|
||||
<!-- Get Header -->
|
||||
<?php get_header(); ?>
|
||||
|
||||
<!-- Search Results Page Template -->
|
||||
<section class="flex flex-col h-full overflow-scroll py-16">
|
||||
<div class="flex h-full items-center justify-center">
|
||||
<i class="text-4xl bi-binoculars"></i>
|
||||
<h1 class="text-2xl p-4 underline ">Search Form</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<!-- Get Footer -->
|
||||
<?php get_footer(); ?>
|
||||
<form method="get" action="<?= esc_url(site_url('/')) ?>" class="relative md:w-2/4 flex flex-1 items-center">
|
||||
<div class="absolute z-20 left-4 h-full flex items-center w-1/12"><i class="text-black bi bi-search"></i></div>
|
||||
<input type="search" id="s" name="s" class="absolute pl-10 rounded-md" type="text" placeholder="Search...">
|
||||
</form>
|
Reference in New Issue
Block a user