New box ena footer btn

This commit is contained in:
Roman Pyrih
2026-02-20 08:57:44 +01:00
parent abba7073e5
commit 81fa69fd11
6 changed files with 1394 additions and 1368 deletions

View File

@@ -0,0 +1,17 @@
<!--
Name: Regulamin parkingu
->
<?php get_header(); ?>
<main id="main">
<div class="container">
<?php
while ( have_posts() ) :
the_post();
get_template_part( 'template-parts/content', 'page' );
endwhile;
?>
</div>
</main>
<?php get_footer(); ?>