forked from arnabwahid/wordpress-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
31 lines (16 loc) · 751 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 get_header(); ?>
<div id="content" class="clearfix row-fluid">
<div id="main" class="span12 clearfix" role="main">
<article id="post-not-found" class="clearfix">
<header>
<div class="page-header"><h1>Epic 404 - Article Not Found</h1></div>
</header> <!-- end article header -->
<section class="post_content">
<p>The article you were looking for was not found, but maybe try looking again!</p>
</section> <!-- end article section -->
<footer>
</footer> <!-- end article footer -->
</article> <!-- end article -->
</div> <!-- end #main -->
</div> <!-- end #content -->
<?php get_footer(); ?>