2022-10-07 22:45:01 +01:00
|
|
|
<!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>
|
2022-10-19 17:20:15 +01:00
|
|
|
<p>In the meantime check out my <a href="https://git.fjla.uk">Gitea</a> or <a href="/contact.php">Social Links</a></p>
|
2022-10-07 22:45:01 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include "./page-blocks/footer.php"; ?>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|