added project files
This commit is contained in:
14
porto/pages/projecten.php
Normal file
14
porto/pages/projecten.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user