initial commit
This commit is contained in:
24
404.php
Executable file
24
404.php
Executable file
@@ -0,0 +1,24 @@
|
||||
<?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(); ?>
|
||||
Reference in New Issue
Block a user