mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 05:25:40 +07:00
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>
|