17 lines
425 B
PHP
17 lines
425 B
PHP
<?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'); ?>
|