fredboniface.co.uk/projects.php

20 lines
571 B
PHP
Raw Normal View History

2022-10-30 19:27:14 +00:00
<?php include "./php/age.php"; ?>
<?php $page_title = "projects"; ?>
2022-10-07 22:45:01 +01:00
2022-10-30 19:27:14 +00:00
<!DOCTYPE html>
2022-10-07 22:45:01 +01:00
<html lang="en">
2022-10-30 19:27:14 +00:00
<?php include "./page-blocks/head.php"; ?>
2022-10-07 22:45:01 +01:00
<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">
<p>
I haven't written any content here yet.
<br>
In the meantime, <a href="https://git.fjla.uk">visit my Gitea Server</a>.
</p>
</div>
<?php include "./page-blocks/footer.php"; ?>
2022-10-07 22:45:01 +01:00
</body>
</html>