19 lines
167 B
PHP
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';
|
|
|
|
?>
|