13 lines
318 B
HTML
13 lines
318 B
HTML
$(if http-status == 302)Hotspot redirect$(endif)
|
|
$(if http-header == "Location")$(link-redirect)$(endif)
|
|
<html>
|
|
<head>
|
|
<title>...</title>
|
|
<meta http-equiv="refresh" content="0; url=$(link-redirect)">
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="expires" content="-1">
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html>
|