1
<?php get_header(); ?>
2
3
<div class="messagebox">
4
<div class="content small">
5
<?php _e('Error 404 - Not Found', 'elegantbox'); ?>
6
</div>
7
8
9
10
<?php get_sidebar(); ?>
11
12
<div class="fixed"></div>
13
14
<div id="bottom">
15
16
<?php get_footer(); ?>