HEX
Server: Apache/2.2.34 (Unix) mod_fastcgi/mod_fastcgi-SNAP-0910052141
System: Linux Kou-Etsu-Dou 4.4.59+ #25556 SMP PREEMPT Thu Mar 4 18:03:46 CST 2021 x86_64
User: hosam (1026)
PHP: 7.2.29
Disabled: NONE
Upload Files
File: /volume1/web/wp-content/themes/skt-consulting/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package SKT Consulting
 */
get_header(); ?>
<div class="container">
    <div class="page_content">
        <section class="site-main" id="sitemain">
            <header class="page-header">
                <h1 class="entry-title"><?php
esc_html_e('404 Not Found', 'skt-consulting'); ?></h1>
            </header><!-- .page-header -->
            <div class="page-content">
                <p class="text-404"><?php
esc_html_e('Looks like you have taken a wrong turn.....Dont worry... it happens to the best of us.', 'skt-consulting'); ?></p>
                <?php
get_search_form(); ?>
            </div><!-- .page-content -->
        </section>
     <?php
get_sidebar(); ?>      
    <div class="clear"></div>
    </div>
</div>
<?php
get_footer(); ?>