started on main page
This commit is contained in:
parent
f0233dfb19
commit
e4a50290d0
1 changed files with 10 additions and 0 deletions
10
index.php
Normal file
10
index.php
Normal 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>
|
Reference in a new issue