Almost done
This commit is contained in:
parent
b0a265ea24
commit
98ea090b9f
19 changed files with 2056 additions and 774 deletions
24
404.php
24
404.php
|
@ -9,19 +9,17 @@
|
|||
|
||||
get_header(); ?>
|
||||
|
||||
<div id="primary" class="content-area">
|
||||
<main id="main" class="site-main" role="main">
|
||||
|
||||
<section class="error-404 not-found">
|
||||
<header class="page-header">
|
||||
<h1 class="page-title"><?php _e( 'Oops! That page can’t be found.', 'twentysixteen' ); ?></h1>
|
||||
</header><!-- .page-header -->
|
||||
|
||||
<div class="page-content">
|
||||
<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'twentysixteen' ); ?></p>
|
||||
|
||||
<?php get_search_form(); ?>
|
||||
</div><!-- .page-content -->
|
||||
<div id="content" class="site-content">
|
||||
<main id="main" class="site-main" role="main">
|
||||
<section class="error-404 not-found">
|
||||
<header class="entry-header" id="post-header-image" style="background-image: url('/wp-content/uploads/2017/01/bum.jpg');">
|
||||
<div id="post-header-details-container">
|
||||
<div id="post-header-details">
|
||||
<h1 id="post-title">404</h1>
|
||||
<h2 id="page-subtitle">That's ‘computer’ for <q>Oops! Something went wrong!</q></h2>
|
||||
</div>
|
||||
</div><!-- .page-header -->
|
||||
</header>
|
||||
</section><!-- .error-404 -->
|
||||
|
||||
</main><!-- .site-main -->
|
||||
|
|
Reference in a new issue