typesolid/404.php
Alexander Agnarson 9237194400 Initial commit
2020-03-11 14:36:23 +01:00

11 lines
No EOL
201 B
PHP

<?php get_header(); ?>
<div class="content">
<div class="content-wrap">
<?php get_template_part('inc/page-title'); ?>
</div>
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>