portfolio2019/porto/pages/projecten.php
2021-05-19 12:55:06 +02:00

14 lines
481 B
PHP

<!DOCTYPE html>
<html>
<?php include_once("components/dochead.php"); ?>
<body>
<?php include_once('components/header.php');?>
<main class = "flexcolumn min-size">
<div class = "flexrow">
<?php include_once("components/content_categories.php");?>
</div>
<div class="flexcolumn"></div>
</main>
<?php include_once("components/footer.html"); ?>
</body>
</html>