The administration panel and web client for ParEdu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

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"; ?>