12 lines
302 B
PHP
12 lines
302 B
PHP
<?php include_once 'header.php'; ?>
|
|
<div class="row">
|
|
<div id="content" class="col-xs-12 col-sm-12">
|
|
<div class="row">
|
|
<h1 id="welcome"><strong>Participants</strong></h1>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<?php include_once 'sidebar.php' ?>
|
|
<?php include_once 'footer.php' ?>
|