9 lines
236 B
HTML
9 lines
236 B
HTML
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Redirector</title>
|
||
|
|
<meta http-equiv="PRAGMA" content="NO-CACHE" />
|
||
|
|
<meta http-equiv="CACHE-CONTROL" content="NO-STORE" />
|
||
|
|
<meta http-equiv="REFRESH" content="0;URL=/sys/en/green/login/login.html" />
|
||
|
|
</head>
|
||
|
|
</html>
|