-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
31 lines (16 loc) · 941 Bytes
/
404.html
File metadata and controls
31 lines (16 loc) · 941 Bytes
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 get_header(); ?>
<div class="content">
<div class="posts">
<div class="post">
<div class="post-inner">
<div class="post-header">
<h2 class="post-title"><?php _e('Error 404', 'wilson'); ?></h2>
</div>
<div class="post-content">
<p><?php _e("It seems like you have tried to open a page that doesn't exist. It could have been deleted, moved, or it never existed at all. You are welcome to search for what you are looking for with the form below.", 'wilson') ?></p>
<?php get_search_form(); ?>
</div> <!-- /post-content -->
</div> <!-- /post-inner -->
</div> <!-- /post -->
</div> <!-- /posts -->
<?php get_footer(); ?>