portal/public/unauthenticated/index.php

14 lines
355 B
PHP
Raw Normal View History

2017-10-30 22:23:08 -05:00
<html>
<head>
2017-10-30 22:26:11 -05:00
<title>Actcur Available Sites</title>
2017-10-30 22:23:08 -05:00
</head>
<body>
<?php
include "../../includes/retrieve_data.php";
$data = retrieve_data("../../../sitedata.yml",true);
include "../../includes/layout.php";
2017-10-30 22:26:11 -05:00
echo "<br /><br /> <br /><div class='login'><a class='login_link'>Log In</a></div>";
2017-10-30 22:23:08 -05:00
?>
</body>
</html>