13 lines
355 B
PHP
13 lines
355 B
PHP
<html>
|
|
<head>
|
|
<title>Actcur Available Sites</title>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
include "../../includes/retrieve_data.php";
|
|
$data = retrieve_data("../../../sitedata.yml",true);
|
|
include "../../includes/layout.php";
|
|
echo "<br /><br /> <br /><div class='login'><a class='login_link'>Log In</a></div>";
|
|
?>
|
|
</body>
|
|
</html>
|