portal/public/unauthenticated.php

19 lines
515 B
PHP
Raw Permalink 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:52:23 -05:00
<style>
<!--
<?php include "../css/layout.css"; ?>
-->
</style>
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:35:32 -05:00
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>";
2017-10-30 22:23:08 -05:00
?>
</body>
</html>