fredboniface.co.uk/index.php

21 lines
575 B
PHP

<?php include "./php/age.php"; ?>
<?php $page_title = "home"; ?>
<!DOCTYPE html>
<html lang="en">
<?php include "./page-blocks/head.php"; ?>
<body>
<?php include "./page-blocks/head-img.php"; ?>
<?php include "./page-blocks/menu.php"; ?>
<?php include "./page-blocks/micro-content.php"; ?>
<div class="content hide_micro">
<p>
Hello, I'm Fred. I do lots of little projects so read more about them here.
</p>
<p>
I will eventually write money_format
</p>
</div>
<?php include "./page-blocks/footer.php"; ?>
</body>
</html>