Initial commit

Couldnt keep the history unfortunately.
This commit is contained in:
Riyyi
2021-03-03 17:55:48 +01:00
commit a8056b66cc
67 changed files with 7759 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
use App\Classes\Config;
?>
<footer class="mb-4">
<div class="row">
<div class="col-12 col-lg-12">
&copy; <?= date('Y'); ?> Rick van Vonderen
</div>
</div>
</footer>