mirror of
https://github.com/dyzulk/twinpath-hotspot-themes.git
synced 2026-01-26 05:25:40 +07:00
Initial commit: Premium Gold Theme with Dynamic QR and Multi-language support
This commit is contained in:
12
redirect.html
Normal file
12
redirect.html
Normal file
@@ -0,0 +1,12 @@
|
||||
$(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>
|
||||
Reference in New Issue
Block a user