dashwall/404.php
Alexander Agnarson fe0be23838 Initial commit
2025-03-27 14:38:21 +01:00

11 lines
No EOL
159 B
PHP

<?php get_header(); ?>
<div class="page-col-center">
<?php get_template_part('inc/page-title'); ?>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>