Files
mikrotik-hotspot/redirect.html
T
2026-07-30 15:53:50 +05:30

13 lines
343 B
HTML

$(if http-status == 302)Hotspot redirect$(endif)
$(if http-header == "Location")$(link-redirect)$(endif)
<html>
<head>
<title>Bhaktivedanta Hospital Wi-Fi</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>