1
Fork 0

started on main page

This commit is contained in:
Jake Howard 2015-06-13 17:09:55 +01:00
parent f0233dfb19
commit e4a50290d0
1 changed files with 10 additions and 0 deletions

10
index.php Normal file
View File

@ -0,0 +1,10 @@
<?php
//Initialise the properties
require "property-manager.php";
$properties = load_properties();
header("Content Type: text/html");
?>
<html><head><title><?php echo($properties["html title"]);?></title>
</head>
</html>