Store in GIT

This commit is contained in:
2026-06-17 15:42:16 +02:00
parent 9950ec87ac
commit 90f27d4516
47 changed files with 19559 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<?php
require("inc/header.php");
?>
<!-- Page Heading -->
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Contact</h1>
</div>
</div>
<!-- /.row -->
<div class="row">
<div class="col-lg-12">
Some content
</div>
</div>
<!-- /.row -->
<?php
require("inc/footer.php");
?>