Files
dis-2019/404.php
2019-10-08 22:41:32 +02:00

27 lines
496 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(); ?>