2017-10-30 22:42:03 -05:00
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Actcur Available Sites</title>
|
2017-10-30 22:48:13 -05:00
|
|
|
<link rel="stylesheet" type="text/css" href="../css/layout.css" />
|
2017-10-30 22:42:03 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<?php
|
|
|
|
|
include "../includes/retrieve_data.php";
|
|
|
|
|
$data = retrieve_data("../../sitedata.yml",true);
|
|
|
|
|
include "../includes/layout.php";
|
|
|
|
|
?>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|