This repository has been archived on 2019-06-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
io-theme-2019/404.php
2019-06-09 16:44:48 +02:00

25 lines
439 B
PHP
Executable File

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