-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
27 lines (14 loc) · 880 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
<?php get_header(); ?>
<div class="content">
<div class="post single">
<div class="post-inner section-inner thin">
<div class="post-header">
<h1 class="post-title"><?php _e('Error 404','fukasawa'); ?></h1>
</div> <!-- /post-header -->
<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.", 'fukasawa') ?></p>
<?php get_search_form(); ?>
</div> <!-- /post-content -->
</div> <!-- /post -->
</div> <!-- /content -->
<?php get_footer(); ?>