HEX
Server: Apache
System: Linux p3plzcpnl504740.prod.phx3.secureserver.net 4.18.0-553.141.2.lve.el8.x86_64 #1 SMP Wed Jul 8 16:10:02 UTC 2026 x86_64
User: l2pbkn5l6xav (4972877)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /home/l2pbkn5l6xav/public_html/wp-content/themes/bizberg/404.php
<?php
/**
 * The template for displaying 404 pages (not found)
 *
 * @link https://codex.wordpress.org/Creating_an_Error_404_Page
 *
 * @package Bizberg
 */

get_header(); ?>

<div class="breadcrumb-wrapper error-section">
	<div class="container">
	    <div class="section-title">
	        <h1><?php esc_html_e( '404', 'bizberg' ); ?></h1>
	        <p><?php esc_html_e( 'OOPS! - Could not Find it', 'bizberg' ); ?></p> 
	         <a href="<?php echo esc_url( home_url('/') ); ?>" class="btn btn-primary btn-lg"><?php esc_html_e( 'Home' , 'bizberg' ); ?></a>  
	    </div>
    </div>
    <div class="overlay"></div>
</div>

<?php
get_footer();