blob: 564a572e878e159954778fd202a79af7cd0f632c (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<html>
<head>
<title>Redirecting</title>
<meta http-equiv="refresh" content="0;URL='login_external.htm'" />
</head>
<body>
<p>
Redirecting to the <a href="login_external.htm">External login page</a> now.
</p>
</body>
</html>
|