You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

24 lines
493 B

<?php get_header(); ?>
<main role="main" aria-label="Content">
<!-- section -->
<section>
<!-- article -->
<article id="post-404">
<h1><?php esc_html_e( 'Page not found', 'html5blank' ); ?></h1>
<h2>
<a href="<?php echo esc_url( home_url() ); ?>"><?php esc_html_e( 'Return home?', 'html5blank' ); ?></a>
</h2>
</article>
<!-- /article -->
</section>
<!-- /section -->
</main>
<?php get_sidebar(); ?>
<?php get_footer(); ?>