Initial commit

This commit is contained in:
Ben Ramey
2015-11-12 19:58:50 -06:00
commit 4eb7f46e4c
86 changed files with 4341 additions and 0 deletions

12
history.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
include 'php/classes/page.php';
$page = new Page();
$page->attr('title','History of FTI');
$page->content('history.php');
$page->process();
?>