-
Notifications
You must be signed in to change notification settings - Fork 1
/
404.php
33 lines (19 loc) · 888 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
32
33
<!-- Content
================================================== -->
<div class="media-wrap">
<h1>404</h1>
</div>
<div class="row content-bottom">
<div id="main" class="twelve columns">
<h2 class="h01">Page Not Found.</h2>
<p class="lead">Hey, the thing you have been looking for, is not here. Really sorry about that. Perhaps you would want to go to <a href="index.html">homepage</a> or do a search here below.</p>
<div class="404-search">
<?php get_search_form(); ?>
<!-- <form>
<input type="text" id="s" name="s" class="search-field" placeholder="Type to search …">
</form> -->
</div>
</div>
</div> <!-- /content-bottom -->
</div> <!-- end content -->
<?php // _e('Sorry, but the page you were trying to view does not exist.', 'ianua'); ?>