You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
565 B
Plaintext

4 years ago
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
<html>
<head>
<title>Welcome to ${productNameFull}</title>
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
<meta http-equiv="Refresh" content="0; url=/auth/realms/n0emis/account/" />
4 years ago
<link rel="shortcut icon" href="${resourcesCommonPath}/img/favicon.ico" />
</head>
<body>
You'll be redirected to the <a href="/auth/realms/n0emis/account/">account page</a>.
4 years ago
</body>
</html>