Files
dis-2019/404.php
2019-06-04 19:35:01 +02:00

25 lines
391 B
PHP

<?php get_header(); ?>
<!-- section -->
<section>
<!-- article -->
<article id="post-404">
<h1><?php _e( 'Page not found', 'dis2019' ); ?></h1>
<h2>
<a href="<?php echo home_url(); ?>"><?php _e( 'Return home?', 'dis2019' ); ?></a>
</h2>
</article>
<!-- /article -->
</section>
<!-- /section -->
<?php get_footer(); ?>