| Server IP : 14.225.204.176 / Your IP : 216.73.216.252 Web Server : nginx/1.24.0 System : Linux nodejs-ybgk 6.8.0-40-generic #40-Ubuntu SMP PREEMPT_DYNAMIC Fri Jul 5 10:34:03 UTC 2024 x86_64 User : root ( 0) PHP Version : 8.1.34 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/php/fe2tech/wp-content/themes/contio/ |
Upload File : |
<?php
/**
* The template for displaying 404 pages (not found)
*
* @package Contio
*/
$content_404_page = contio_get_opt( 'content_404_page' );
$btn_text_404_page = contio_get_opt( 'btn_text_404_page' );
get_header(); ?>
<div id="primary" class="content-area">
<main id="main" class="site-main">
<div class="row">
<div class="col-12">
<section class="error-404">
<div class="error-404-image"><img src="<?php echo esc_url(get_template_directory_uri().'/assets/images/image-404.png'); ?>" alt="<?php echo esc_attr__('404 Error', 'contio'); ?>" /></div>
<div class="error-404-content">
<div class="error-404-image-left"><img src="<?php echo esc_url(get_template_directory_uri().'/assets/images/image-404-small.png'); ?>" alt="<?php echo esc_attr__('404 Error', 'contio'); ?>" /></div>
<div class="error-404-holder">
<h3 class="error-404-title"><?php echo esc_html__('404 Error', 'contio'); ?></h3>
<div class="error-404-sub">
<?php echo esc_html__('Something went wrong', 'contio'); ?>
</div>
<a class="btn btn-secondary" href="<?php echo esc_url(home_url('/')); ?>">
<i class="fac fac-check-circle space-right"></i>
<?php echo esc_html__('Go back home now', 'contio'); ?>
</a>
</div>
<div class="error-404-image-right"><img src="<?php echo esc_url(get_template_directory_uri().'/assets/images/image-404-small.png'); ?>" alt="<?php echo esc_attr__('404 Error', 'contio'); ?>" /></div>
</div>
</section>
</div>
</div>
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();