main/index.php
2025-07-26 20:48:32 +00:00

19 lines
167 B
PHP

<?php
include 'header.php';
?>
<div id="top-bar">
<h1>> Strona Główna</h1>
</div>
<article id="content">
Siemano
</article>
<?php
include 'footer.php';
?>