18 lines
515 B
PHP
18 lines
515 B
PHP
<html>
|
|
<head>
|
|
<title>Actcur Available Sites</title>
|
|
<style>
|
|
<!--
|
|
<?php include "../css/layout.css"; ?>
|
|
-->
|
|
</style>
|
|
</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' href='https://authelia.actcur.com?redirect=https%3A%2F%2Fportal.actcur.com%2F'>Log In</a></div>";
|
|
?>
|
|
</body>
|
|
</html>
|