initial commit

This commit is contained in:
2019-06-04 19:35:01 +02:00
commit 9ec32551f6
120 changed files with 12662 additions and 0 deletions

13
index.php Normal file
View File

@@ -0,0 +1,13 @@
<?php get_header();?>
<!-- section -->
<section id="content">
<?php get_template_part('loop');?>
<?php get_template_part('loadmore');?>
</section>
<!-- /section -->
<?php get_footer();?>