2022-10-30 19:40:18 +00:00
|
|
|
<?php include "./php/age.php"; ?>
|
2022-10-30 19:57:54 +00:00
|
|
|
<?php $page_title = "about"; ?>
|
2022-10-30 19:40:18 +00:00
|
|
|
|
|
|
|
<!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>
|
|
|
|
Sorry, I've not written anything for here yet.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<?php include "./page-blocks/footer.php"; ?>
|
|
|
|
</body>
|
|
|
|
</html>
|