16 lines
359 B
16 lines
359 B
<?php include "header.php"; ?>
|
|
|
|
<section class="content">
|
|
<div class="container-fluid">
|
|
<div class="block-header">
|
|
<h2>KEZDŐLAP</h2>
|
|
</div>
|
|
<div class="row clearfix">
|
|
<div class="col-xs-12">
|
|
Testing 123
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<?php include "footer.php"; ?>
|