• File: 404.php
  • Full Path: /home/chassiw/www/wp-content/themes/reon/404.php
  • File size: 1.08 KB
  • MIME-type: text/x-php
  • Charset: utf-8
<?php get_header(); ?>

<div class="reon_404_page">
	
	<div class="page-content">
		<!-- Breadcrumb Section -->
		<section class="breadcrumb-blog-grid-v1 breadcrumb-section section-box" style="background-image: url(<?php echo get_template_directory_uri() . '/assets/img/blog-grid-v1-bc.jpg';?>)">
			<div class="container">
				<div class="breadcrumb-inner">
					<h1><?php esc_html_e('Pages Not Found','reon'); ?></h1>
				</div>	
			</div>
		</section>
		<!-- End Breadcrumb Section -->

		<!-- Page Not Found Section -->
		<section class="page-not-found section-box">
			<div class="container">
				<div class="pnf-content">
					<img src="<?php echo get_template_directory_uri() . '/assets/img/404-page.png';?>" alt="<?php esc_attr_e( 'Page Not Found', 'reon' ) ?>">
					<h2><?php esc_html_e( 'OOPS! PAGE NOT FOUND', 'reon' ); ?></h2><br/>
					<a href="<?php echo esc_url( home_url('/') ); ?>" class="au-btn au-btn-yellow btn-medium"><?php esc_html_e( 'GO BACK HOME', 'reon' ); ?></a>
				</div>
			</div>
		</section>
		<!-- End Page Not Found Section -->
		
	</div>

</div>


<?php  get_footer(); ?>