forked from creativecommons/commoners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
20 lines (20 loc) · 906 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?php get_header(); ?>
<section class="main-content space-top">
<div class="grid-content">
<div class="grid-x grid-padding-x">
<div class="cell large-12 text-center">
<figure class="404image">
<img src="<?php bloginfo('stylesheet_directory') ?>/assets/i/cc-logo-dashed.svg" alt="">
</figure>
<h1 class="entry-title"><strong>404</strong> Not found</h1>
<div class="std-text">
<h2 class="subtitle">Sorry, we couldn't find what you're looking for :(</h2>
<p>Maybe try a search?</p>
<?php echo get_search_form(); ?>
<p class="inner-space"><a href="<?php echo site_url() ?>" class="button yellow">Back to Homepage</a></p>
</div>
</div>
</div>
</div>
</section>
<?php get_footer(); ?>