Files
dis-2019/404.php
2019-08-14 04:46:39 +02:00

27 lines
497 B
PHP

<?php get_header(); ?>
<!-- section -->
<section>
<!-- article -->
<article id="post-404">
<div class="archivetitle 404-title">
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<div class="toHome">
<a href="<?php echo esc_url( home_url( '/' ) ); ?>">
← <?php _e('Back to home:', 'dis2019');?>
</a>
</div>
</div>
</article>
<!-- /article -->
</section>
<!-- /section -->
<?php get_footer(); ?>