PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/sinatra/template-parts/content/ |
Server: Linux ngx353.inmotionhosting.com 4.18.0-553.22.1.lve.1.el8.x86_64 #1 SMP Tue Oct 8 15:52:54 UTC 2024 x86_64 IP: 209.182.202.254 |
Dir : /home/trave494/footcrew.com/ads/wp-content/themes/sinatra/template-parts/content/content-404.php |
<?php /** * Template part for displaying 404 page. * * @link https://codex.wordpress.org/Template_Hierarchy * * @package Sinatra * @author Sinatra Team <hello@sinatrawp.com> * @since 1.0.0 */ ?> <section class="error-404 not-found"> <?php do_action( 'sinatra_before_404_content' ); ?> <header class="page-header"> <h1 class="page-title"><?php echo wp_kses( __( '404', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></h1> <p class="h2"><?php echo wp_kses( __( 'Oops! Page not found.', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></p> </header><!-- .page-header --> <div class="page-content si-entry"> <p><?php echo wp_kses( __( 'We couldn’t find the page you are looking for. Perhaps you can try searching:', 'sinatra' ), sinatra_get_allowed_html_tags() ); ?></p> <?php get_search_form(); ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="si-btn btn-left-icon btn-reveal" role="button"> <span><?php esc_html_e( 'Return to Home', 'sinatra' ); ?></span> <?php echo sinatra()->icons->get_svg( 'arrow-left', array( 'aria-hidden' => 'true' ) ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> </a> </div><!-- .page-content --> <?php do_action( 'sinatra_after_404_content' ); ?> </section><!-- .error-404 -->