<?php
get_header(); ?>
<div id="primary" class="content">
<main id="main" class="site-main">
<div class="error-404 not-found">
<div class="page-content">
<div class="page-header">
<h2 class="title-404">
<?php esc_html_e('404', 'motiox'); ?>
</h2>
<h2 class="error-title">
<?php esc_html_e('Oops! That page can’t be found.', 'motiox'); ?>
</h2>
<p class="error-sub-title">
<?php esc_html_e("The Page you are looking for doesn't exitst or an other error occured. Go to", 'motiox'); ?>
<a href="<?php echo esc_url(home_url('/')); ?>" class="go-back">
<?php esc_html_e('Home Page', 'motiox'); ?>
</a>
</p>
</div><!-- .page-content -->
</div><!-- .error-404 -->
</main><!-- #main -->
</div><!-- #primary -->
<?php
get_footer();