-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
42 lines (29 loc) · 1.08 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
<?php
get_header();
?>
<!-- Page Title
============================================= -->
<section id="page-title">
<div class="container clearfix">
<h1><?php _e('Page Not Found', 'bodjack') ?></h1>
</div>
</section><!-- #page-title end -->
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="col_half nobottommargin">
<div class="error404 center"><?php _e('404', 'bodjack') ?></div>
</div>
<div class="col_half nobottommargin col_last">
<div class="heading-block nobottomborder">
<h4> <?php _e( 'Ooopps! The Page you were looking for, couldn\'t be found.', 'bodjack' ) ?> </h4>
<span> <?php _e('Try searching for the best match or browse the links below:', 'bodjack') ?></span>
</div>
<?php get_search_form() ?>
</div>
</div>
</div>
</section><!-- #content end -->
<?php get_footer(); ?>