HEX
Server: Apache/2.2.15 (CentOS)
System: Linux dot-k1-063.dothome.co.kr 2.6.32-754.35.1.el6.x86_64 #1 SMP Sat Nov 7 12:42:14 UTC 2020 x86_64
User: hackhan (1520)
PHP: 5.6.40
Disabled: passthru socket_create socket_accept
Upload Files
File: /host/home1/hackhan/html/wp-content/themes/galway-lite/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Galway Lite
 */

get_header(); ?>

    <div class="container">
        <div class="row">
            <main id="main" class="col-sm-8 col-sm-offset-2 site-main pt-40 pb-40" role="main">
                <section class="error-404 not-found pt-80 pb-80">
                    <div class="page-content text-center">
                        <h2>
                            <?php esc_html_e('404 page not found', 'galway-lite'); ?></h2>
                        <p><?php esc_html_e('It looks like nothing was found at this location. Maybe try going back to Homepage or a search?', 'galway-lite'); ?></p>

                        <?php get_search_form(); ?>

                    </div><!-- .page-content -->
                </section><!-- .error-404 -->

            </main><!-- #main -->
        </div>
    </div><!-- #primary -->

<?php
get_footer();