HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: /virtual/nagasaki/public_html/wp-content/themes/byblos/404.php
<?php
/**
 * The template for displaying 404 pages (Not Found).
 *
 * @package byblos
 */
get_header();
?>

<div id="content" class="site-content">
    <div class="col-md-12">
        <div class="page-title">
            <div class="row center">
                Page Not Found
            </div>
        </div>
        <div class="row">
            <div class=" page-content col-md-12">
                <div class="col-md-9">
                    <?php if (byblos_categorized_blog()) : // Only show the widget if site has multiple categories. ?>
                        <div class="widget widget_categories">
                            <h2 class="widgettitle center">
                                <i class="fa fa-exclamation-triangle icon404"></i>
                                <h3 class="center">Sorry the page you're looking for is not available</h3>
                                <div class="center mt20">
                                    <?php get_search_form(); ?>
                                </div>
                            </h2>
                            
                        </div><!-- .widget -->
                    <?php endif; ?>
                </div>
                <div class="col-md-3">
                    <?php get_sidebar(); ?>
                </div>
            </div>
        </div>
    </div>
</div>



<?php get_footer(); ?>