uploaded base version

This commit is contained in:
2020-07-08 20:24:13 +02:00
parent 1c70906b83
commit 6ebdd8c179
64 changed files with 1239 additions and 0 deletions

10
services.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
$title = 'Services';
$nav_name = 'nav_services';
include 'includes/header.php';
include 'includes/navigation.php';
include 'includes/navigation_mobile.php';?>
<div id="background">
<div if="backgroundfilter"></div>
</div>
<?php include 'includes/footer.php'; ?>