Initial Commit
This commit is contained in:
parent
4c352bf02e
commit
1ab6e5f0b0
1085 changed files with 195258 additions and 0 deletions
18
404.php
Normal file
18
404.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
/**
|
||||
* The template for displaying 404 (not found) errors.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Omphaloskepsis
|
||||
* @since Omphaloskepsis 1.0
|
||||
*/
|
||||
?>
|
||||
|
||||
<?php get_header(); ?>
|
||||
|
||||
<main id="centred-page" role="main">
|
||||
<h1>404.</h1>
|
||||
<h2>That's ‘computer’ for <q>Oops! Something went wrong!</q></h2>
|
||||
</main><!-- .site-main -->
|
||||
|
||||
<?php get_footer(); ?>
|
Reference in a new issue