This commit is contained in:
2025-07-26 20:48:32 +00:00
commit ecb59b535b
5 changed files with 142 additions and 0 deletions

18
index.php Normal file
View File

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