-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php~
31 lines (26 loc) · 922 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
31
<?php
/**
* The template for displaying 404 pages (Not Found).
*
* @package BeXcellent
*/
get_header();
?>
<div id="primary" class="content-area">
<main id="main" class="site-main" role="main">
<section class="error-404 not-found">
<div class="page-content">
<img src="/wp-content/themes/Bexcellent-Theme/sadface.jpg" height=250 weight=250 class="center" />
<h1 color="#C00000" align="center">Well this is embarrasing...</h1>
<h2 color="#484848" align="center">We couldn't find that page!</h2>
<h3 color="#484848" align="center">Try searching for it.</h3>
<div align="center">
<?php get_search_form(); ?>
</div>
<h3 color="#484848" align="center">Or (If you want to) You can look at this picture about CfE instead...</h3>
<img src="/wp-content/themes/Bexcellent-Theme/cfe.jpg" class="center" />
</div>
</section>
</main>
</div>
<?php get_footer(); ?>