| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/HostingSpaces/admin/aifortoday.co.uk/wwwroot/wp-content/themes/medicare-clinic/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
*
* @package Medicare Clinic
* @subpackage medicare_clinic
*/
get_header(); ?>
<div class="box-image-page">
<div class="single-page-img"></div>
<div class="box-text">
<h2><?php esc_html_e( '404', 'medicare-clinic' ); ?></h2>
</div>
</div>
<div class="container">
<main id="tp_content" role="main">
<div id="primary" class="content-area">
<section class="error-404 not-found">
<h1 class="page-title text-center pt-3"><?php echo esc_html(get_theme_mod('medicare_clinic_edit_404_title',__('Oops! That page can’t be found.','medicare-clinic')));?></h1>
<div class="page-content text-center">
<p class="py-3"><?php echo esc_html(get_theme_mod('medicare_clinic_edit_404_text',__('It looks like nothing was found at this location. Maybe try a search?','medicare-clinic')));?></p>
<?php get_search_form(); ?>
</div>
</section>
</div>
</main>
</div>
<?php get_footer();