initial commit
This commit is contained in:
10
production/home.php
Executable file
10
production/home.php
Executable file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
|
||||
include "php/classes/page.php";
|
||||
$page = new Page;
|
||||
|
||||
$page->attr('title','The International Jairus Society : Home');
|
||||
$page->process();
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user