fredboniface.co.uk/projects.php
Fred Boniface 578e4377a4 redesign (#1)
Merge backwards compatible changes before beginning destructive changes.

Co-authored-by: fred.boniface <fred@fjla.uk>
Reviewed-on: #1
2022-10-29 19:12:56 +00:00

22 lines
523 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<?php include "./page-blocks/head.php"; ?>
<title>Projects</title>
</head>
<body>
<?php include "./page-blocks/menu.php"; ?>
<h1 class="page-title">Projects</h1>
<div class="page-main-content">
<p>Sorry, there's nothing here yet</p>
<p>In the meantime check out my <a href="https://git.fjla.uk">Gitea</a> or <a href="/contact.php">Social Links</a></p>
</div>
<?php include "./page-blocks/footer.php"; ?>
</body>
</html>