• File: 404.php
  • Full Path: /home/chassiw/www/wp-content/themes/indutri/404.php
  • File size: 985 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * $Desc
 *
 * @author     Gaviasthemes Team     
 * @copyright  Copyright (C) 2020 gaviasthemes. All Rights Reserved.
 * @license    GNU/GPL v2 or later http://www.gnu.org/licenses/gpl-2.0.html
 * 
 */
?>
<?php get_header(); ?>
<div id="content">
	<div class="page-wrapper">
	
		<div class="not-found-wrapper text-center">
			<div class="not-found-title"><h1><span><?php echo esc_html__('404', 'indutri') ?></span></h1></div>
			<div class="not-found-subtitle"><?php echo esc_html__('Page Not Found', 'indutri') ?></div>
			<div class="not-found-desc"><?php echo esc_html__('The page requested couldn\'t be found. This could be a spelling error in the URL or a removed page.','indutri' )?></div> 

			<div class="not-found-home text-center">
				<a class="btn-theme" href="<?php echo esc_url( home_url( '/' ) ); ?>"><i class="far fa-arrow-alt-circle-left"></i><?php echo esc_html__('Back Homepage', 'indutri') ?></a>
			</div>
		</div>
	</div>
</div>

<?php get_footer(); ?>