Initial commit

This commit is contained in:
AlxMedia 2021-09-20 20:40:22 +02:00
commit ea091532f3
353 changed files with 88344 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(); ?>