added project files

This commit is contained in:
Andreas Schaafsma
2021-05-19 12:55:06 +02:00
parent cccec24361
commit 4766ed7fb0
61 changed files with 961 additions and 0 deletions

12
porto/pages/home.php Normal file
View File

@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<?php include_once("components/dochead.php"); ?>
<body>
<?php include_once('components/header.php'); ?>
<main class = "flexcolumn min-size">
<?php include_once("components/content_home.php"); ?>
<div class="flexcolumn"></div>
</main>
<?php include_once("components/footer.html"); ?>
</body>
</html>