35 lines
		
	
	
		
			880 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			880 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
    <title>Warén Group - 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>Warén Group</h1>
 | 
						|
        <p>Single Sign-On</p>
 | 
						|
    </header>
 | 
						|
    <main>
 | 
						|
        <a href="admin">Administration Console</a>
 | 
						|
        <hr>
 | 
						|
        <a href="realms/warengroup/account">Account Management</a>
 | 
						|
        <hr>
 | 
						|
        <a href="https://waren.io">Website</a>
 | 
						|
    </main>
 | 
						|
    <footer>
 | 
						|
        <p class="copyright">©2022-2025 <a href="https://waren.io">Warén Group</a></p>
 | 
						|
    </footer>
 | 
						|
</body>
 | 
						|
</html>
 |