Initial Commit N° : 001 - V.4.3.3
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<?php
|
||||
/**
|
||||
* @package nasatheme
|
||||
*/
|
||||
get_header(); ?>
|
||||
|
||||
<div class="container-wrap">
|
||||
<div class="row">
|
||||
<div class="large-12 left columns">
|
||||
<article id="post-0" class="post error404 not-found text-center">
|
||||
<header class="entry-header">
|
||||
<img src="<?php echo apply_filters('nasa_404_image_src', ELESSI_THEME_URI.'/assets/images/404.png'); ?>" alt="<?php esc_attr_e('404', 'elessi-theme');?>" />
|
||||
<h1 class="entry-title"><?php esc_html_e('Oops! That page can’t be found.', 'elessi-theme'); ?></h1>
|
||||
</header><!-- .entry-header -->
|
||||
|
||||
<div class="entry-content">
|
||||
<p><?php esc_html_e('Sorry, but the page you are looking for is not found. Please, make sure you have typed the current URL.', 'elessi-theme'); ?></p>
|
||||
|
||||
<?php get_search_form(); ?>
|
||||
|
||||
<a class="button medium" href="<?php echo esc_url(home_url('/'));?>">
|
||||
<?php esc_html_e('GO TO HOME', 'elessi-theme');?>
|
||||
</a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php
|
||||
get_footer();
|
||||
Reference in New Issue
Block a user