HEX
Server: Apache/2.4.6 (CentOS) PHP/5.6.39
System: Linux izj6c6ukj0hyugxsgmuxz3z 3.10.0-514.6.2.el7.x86_64 #1 SMP Thu Feb 23 03:04:39 UTC 2017 x86_64
User: root (0)
PHP: 5.6.39
Disabled: NONE
Upload Files
File: /web/data/blog.tbbbearing.com/wp-content/themes/fino/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @package Fino
 */ 
get_header(); ?>

<!-- ====== page 404 ====== -->
    <section class="page404">
        <div class="container">
            <h2><?php echo esc_html__( '404', 'fino' ); ?></h2>
            <h3><?php echo esc_html__('Page Not Found', 'fino' ); ?> </h3>
            <a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="btn btn-fino">
                <?php echo esc_html__( 'Back to Home', 'fino' ); ?>
                <i class="fa fa-long-arrow-right"></i>
            </a>
        </div>
    </section>

    <?php get_footer(); ?>