Initial commit

This commit is contained in:
Alexander Agnarson 2021-02-06 14:32:26 +01:00
commit 7b04abfd52
347 changed files with 82931 additions and 0 deletions

15
404.php Normal file
View file

@ -0,0 +1,15 @@
<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
<div class="content-inner group">
</div>
</div><!--/.content-->
<div id="move-sidebar-content"></div>
<?php get_footer(); ?>