Initial commit

This commit is contained in:
Alex Cabal 2018-12-29 15:21:19 -06:00
commit 28c8a3f0ba
136 changed files with 13350 additions and 0 deletions

7
www/404.php Normal file
View file

@ -0,0 +1,7 @@
<?
require_once('Core.php');
?><?= Template::Header(['title' => 'We couldnt find that document', 'description' => 'We couldnt find that document.']) ?>
<main class="center">
<h1>We couldnt find that document.</h1>
</main>
<?= Template::Footer() ?>