1
0
Files
themes/cwchristerw/welcome/index.ftl
2022-06-16 11:35:20 +03:00

34 lines
884 B
Plaintext
Executable File

<!DOCTYPE html>
<html>
<head>
<title>Christer Warén - SSO</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" href="${resourcesPath}/img/favicon.ico" />
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
<link href="${resourcesPath}/${style}" rel="stylesheet" />
</#list>
</#if>
</head>
<body>
<header>
<h1>Christer Warén</h1>
<p>Single Sign-On</p>
</header>
<main>
<a href="admin">Administration Console</a>
<hr>
<a href="https://christerwaren.fi">Website</a>
</main>
<footer>
<p class="copyright">&copy;2022 <a href="https://christerwaren.fi">Christer Warén</a></p>
</footer>
</body>
</html>