mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-09-20 14:32:53 +00:00
Add Keycloak theme
This commit is contained in:
32
files/keycloak/themes/pvjjk-tjas/welcome/index.ftl
Executable file
32
files/keycloak/themes/pvjjk-tjas/welcome/index.ftl
Executable file
@@ -0,0 +1,32 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>PVJJK TJAS - SSO</title>
|
||||
|
||||
<meta 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>TJAS</h1>
|
||||
<p>Single Sign-On</p>
|
||||
</header>
|
||||
<main>
|
||||
<a href="admin">Administration Console</a>
|
||||
<hr>
|
||||
<a href="realms/master/account">Account Management</a>
|
||||
</main>
|
||||
<footer>
|
||||
<p class="copyright">©2025 <a href="https://waren.io">Warén Group</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user