Updated all files

This commit is contained in:
CommanderRedYT
2020-11-24 15:30:46 +01:00
parent 8d8a0b5bdb
commit e6a43a3c0a
24 changed files with 199 additions and 1866 deletions
+17
View File
@@ -0,0 +1,17 @@
<?php
define('PAGE_TITLE', 'GitHub');
define('ACTIVE_MENUITEM', 'github');
require('includes/header.php');
?>
<br />
<br />
<br />
<div class="container-fluid text-center">
<a href="https://github.com/0xFEEDC0DE64/pfostendynamics.com" target="_blank" rel="noopener" onclick='location.href="./"'><button type="button" class="btn btn-primary">
GitHub
</button></a>
</div>
<?php require('includes/footer.php'); ?>