-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.php
16 lines (16 loc) · 792 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php get_header(); ?>
<div id="container">
<div id="form_box">
<h1>404 Page Not Found</h1>
<p style="width: 700px;">
We're sorry, but there is nothing here. You might even call this a <strong>404 Page Not Found</strong> error
message, which is exactly what it is. The page you're looking for either doesn't exist, or the URL your followed
or typed to get to it is incorrect in some way.
<br /><br />
You can use the links at the top of this page to try and find what you are looking for.
</p>
</div> <!-- end #form_box -->
</div> <!-- end #container -->
</div> <!-- end #main -->
</div> <!-- end #wrap -->
<?php get_footer(); ?>