File: /home/bigfreeodds/public_html/wp-content/themes/neon-kick-live/page-search.php
<?php
/**
* Template Name: Search
* data-page="search"
*
* @package NeonKickLive
*/
get_header();
?>
<header class="topbar">
<h1>SEARCH</h1>
</header>
<div class="search-bar">
<span>🔎</span>
<input
type="search"
id="search-input"
placeholder="<?php esc_attr_e( 'Search teams, leagues, matches…', 'neon-kick-live' ); ?>"
aria-label="<?php esc_attr_e( 'Search', 'neon-kick-live' ); ?>"
autocomplete="off"
/>
</div>
<div id="search-results" style="margin-top:4px;"></div>
<?php get_footer(); ?>