first commit

This commit is contained in:
Konstantin
2026-04-12 18:35:16 +07:00
commit 34e098c551
307 changed files with 19544 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?php get_header(); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<?php get_template_part('template-parts/content', get_post_type()); ?>
<?php endwhile; ?>
<?php endif; ?>
<?php get_footer(); ?>