Initial commit

This commit is contained in:
Alexander Agnarson 2021-03-08 18:48:36 +01:00
commit 52198cc0ed
354 changed files with 89079 additions and 0 deletions

11
404.php Normal file
View file

@ -0,0 +1,11 @@
<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>