| Server IP : 69.30.224.78 / Your IP : 216.73.216.51 Web Server : Microsoft-IIS/10.0 System : Windows NT SERVER 10.0 build 14393 (Windows Server 2016) AMD64 User : IWPD_92(newtechtest) ( 0) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/newtechtest.in/heartcare.newtechtest.in/wp-content/themes/savior/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
*
* @link https://codex.wordpress.org/Creating_an_Error_404_Page
*
* @package Savior
*/
get_header();
?>
<main id="primary" class="main-area">
<section class="error-404 not-found">
<h1 class="title"><?php esc_html_e( '404', 'savior' ) ?></h1>
<h3 class="subtitle"><?php esc_html_e( "Oops... Looks like you are lost.", 'savior' ); ?></h3>
<p><?php esc_html_e( 'The page you’re looking for isn’t available!', 'savior' ); ?></p>
<p>
<?php if ( class_exists( 'WooCommerce' ) ) { ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>"
class="button"><?php esc_html_e( 'Back to Shop', 'savior' ); ?></a>
<?php } else { ?>
<a href="<?php echo esc_url( home_url( '/' ) ) ?>"
class="button"><?php esc_html_e( 'Back to Home', 'savior' ); ?></a>
<?php } ?>
</p>
</section>
</main>
<?php
get_footer();