audiolab-theme/404.php

11 lines
177 B
PHP
Raw Permalink Normal View History

2016-12-23 20:38:21 +01:00
<?php get_header(); ?>
<div id="content" role="main" class="span-17 colborder">
<h1>Error 404: File Not Found</h1>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>