forked from vcualtlab/online-vcu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
30 lines (17 loc) · 873 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?php get_header(); ?>
<div class="content">
<div class="inner-content">
<main class="main" role="main" itemscope itemprop="mainContentOfPage" itemtype="http://schema.org/Blog">
<article id="post-not-found" class="hentry">
<section class="entry-content">
<h1>{error 404}</h1>
<h2>Uh, oh! The page you’re looking for is nowhere to be found.</h2>
<p>First, double check the URL. If you continue to reach this page, please contact <a href="mailto:[email protected]" rel="nofollow">[email protected]</a> so we can correct our mistake.</p>
<img src="<?php echo get_template_directory_uri(); ?>/library/images/LTdLGpRT4.jpg" />
<p><a class="button" href="<?php echo home_url(); ?>">back to home</a></p>
</section>
</article>
</main>
</div>
</div>
<?php get_footer(); ?>