18 lines
388 B
PHP
18 lines
388 B
PHP
<?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(); ?>
|