This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/404.php

17 lines
322 B
PHP
Raw Normal View History

2018-03-21 18:19:20 +00:00
<?php
/**
* The template for displaying 404 (not found) errors.
*
* @package Omphaloskepsis
* @since Omphaloskepsis 1.0
*/
2018-03-21 18:19:20 +00:00
get_header(); ?>
2018-03-21 18:19:20 +00:00
<main id="centred-page" role="main">
2021-01-23 13:54:14 +00:00
<h1>404.</h1>
<h2>That's <q>computer</q> for <q>Oops! Something went wrong!</q></h2>
2018-03-21 18:19:20 +00:00
</main><!-- .site-main -->
<?php get_footer(); ?>