initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:32:16 -06:00
commit 194e0ca89e
399 changed files with 16444 additions and 0 deletions

11
production/ourmission.php Executable file
View File

@@ -0,0 +1,11 @@
<?php
include "php/classes/page.php";
$page = new Page;
$page->attr('title','The International Jairus Society : Our Mission');
$page->content('ourmission.php');
$page->process();
?>