add files

This commit is contained in:
2021-09-16 12:14:35 +03:00
commit 5a50fb1a94
34 changed files with 386 additions and 0 deletions

14
index.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
/**
* The main template file.
*
*/
get_header(); ?>
<div id="main">
<?php get_template_part('content') ?>
</div>
<?php get_footer(); ?>