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,2 @@
<?php
// Silence is golden.

View File

@@ -0,0 +1,7 @@
<?php get_header(); ?>
<section>
<h1><?php esc_html_e('Page not found', 'xkater'); ?></h1>
</section>
<?php get_footer(); ?>

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(); ?>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1 @@
{"version":3,"sources":["../scss/base/_reset.scss","../scss/base/_globals.scss","../scss/layout/_container.scss","../scss/abstracts/_mixins.scss","../scss/utilities/_helpers.scss"],"names":[],"mappings":"AAAA,qBAGE,qBAAA,CAGF,EACE,QAAA,CAGF,6BAKE,aAAA,CACA,cAAA,CAGF,6BAIE,YAAA,CCrBF,MACE,2BAAA,CACA,sBAAA,CAGF,KACE,2DAAA,CAGF,KACE,eAAA,CCVF,WC4BE,6BAAA,CACA,kBAAA,CC/BF,iBACE,iBAAA,CACA,SAAA,CACA,UAAA,CACA,SAAA,CACA,WAAA,CACA,eAAA,CACA,qBAAA,CACA,kBAAA,CACA,QAAA","file":"main.css"}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show More