/home/arranoyd/mice/wp-content/themes/phlox/searchform.php
<?php
/**
 * The template for displaying search forms
 *
 * 
 * @package    Auxin
 * @author     averta (c) 2014-2023
 * @link       http://averta.net
*/
?>
  <form method="get" id="searchform" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
    <input type="text" class="field" name="s" id="s" placeholder="<?php esc_attr_e( 'Search Here', 'phlox'); ?>" value="<?php the_search_query(); ?>" />
    <input type="submit" class="submit" name="submit" id="searchsubmit" value="<?php esc_attr_e( 'Search', 'phlox'); ?>" />
  </form>