summaryrefslogtreecommitdiff
path: root/php/01-common-theme/index.php
blob: 4da2e14d06df34ced1f9abe0acd70298d64c31a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php

include "common/header.php";

?>

<p>This is the home page content.</p>

<?php

include "common/footer.php";