Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
themes
/
indutri
:
404.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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(); ?>