Add post meta, styling tweaks, massive linting
This commit is contained in:
parent
25e0067f05
commit
428552848f
27 changed files with 666 additions and 2177 deletions
18
404.php
18
404.php
|
@ -1,18 +1,16 @@
|
|||
<?php
|
||||
/**
|
||||
* The template for displaying 404 (not found) errors.
|
||||
*
|
||||
* @package WordPress
|
||||
* @subpackage Omphaloskepsis
|
||||
* @since Omphaloskepsis 1.0
|
||||
*/
|
||||
?>
|
||||
/**
|
||||
* The template for displaying 404 (not found) errors.
|
||||
*
|
||||
* @package Omphaloskepsis
|
||||
* @since Omphaloskepsis 1.0
|
||||
*/
|
||||
|
||||
<?php get_header(); ?>
|
||||
get_header(); ?>
|
||||
|
||||
<main id="centred-page" role="main">
|
||||
<h1>404.</h1>
|
||||
<h2>That's ‘computer’ for <q>Oops! Something went wrong!</q></h2>
|
||||
<h2>That's <q>computer</q> for <q>Oops! Something went wrong!</q></h2>
|
||||
</main><!-- .site-main -->
|
||||
|
||||
<?php get_footer(); ?>
|
||||
|
|
Reference in a new issue