summaryrefslogtreecommitdiffstats
path: root/index.php
blob: f071b251ac2a904f7c362e57b05485746bb5ee9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?php define("SITE_ROOT", dirname(__FILE__)); ?>

<!DOCTYPE html>
<html lang="en">

<?php include(SITE_ROOT . "/templates/" . "head.tpl.php"); ?>

<body>

<?php include(SITE_ROOT . "/controllers/" . "content.php"); ?>

</body>
</html>