HEX
Server: LiteSpeed
System: Linux server019.our-control-panel.com 4.18.0-553.51.1.lve.1.el8.x86_64 #1 SMP Wed May 14 14:34:57 UTC 2025 x86_64
User: aashishs (1103)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /home/aashishs/manishjhanepal.com.np/wp-content/themes/newseblog/404.php
<?php
/**
 * The template for displaying 404 pages (not found).
 *
 * @package NewseBlog
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}

get_header(); ?>
  <!--==================== main content section ====================-->
  <!--container-->
  <div class="container">
    <!--row-->
        <!--mg-error-404-->
        <div class="mg-error-404">
          <h4><?php esc_html_e('Page Not Found','newseblog'); ?></h4>
          <p><?php esc_html_e('We are sorry, but the page you are looking for does not exist.','newseblog'); ?></p>
          <a href="<?php echo esc_url(home_url());?>" onClick="history.back();" class="btn btn-theme"><?php esc_html_e('Go Back','newseblog'); ?></a> 
        </div>
        <!--/mg-error-404--> 
      <!--/col-md-12--> 
  </div>
  <!--/container-->
<?php
get_footer();