fredboniface.co.uk/index.php

21 lines
575 B
PHP
Raw Normal View History

2022-10-07 21:51:32 +01:00
<?php include "./php/age.php"; ?>
2022-10-30 19:27:14 +00:00
<?php $page_title = "home"; ?>
2022-10-07 21:51:32 +01:00
2022-10-30 19:27:14 +00:00
<!DOCTYPE html>
<html lang="en">
2022-10-30 19:27:14 +00:00
<?php include "./page-blocks/head.php"; ?>
<body>
2022-10-30 19:27:14 +00:00
<?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">
2022-10-30 19:40:18 +00:00
<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>
2022-10-30 19:27:14 +00:00
</div>
<?php include "./page-blocks/footer.php"; ?>
</body>
</html>