38 lines
1.4 KiB
HTML
38 lines
1.4 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="refresh" content="2; url=$(link-redirect)">
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="expires" content="-1">
|
|
<title>Bhaktivedanta Hospital Wi-Fi - Redirect</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<script>
|
|
function startClock() {
|
|
$(if popup == 'true')
|
|
open('$(link-status)', 'hotspot_status', 'toolbar=0,location=0,directories=0,status=0,menubars=0,resizable=1,width=290,height=200');
|
|
$(endif)
|
|
location.href = unescape('$(link-redirect-esc)');
|
|
}
|
|
|
|
</script>
|
|
</head>
|
|
<body onLoad="startClock()" style="background-image: linear-gradient(180deg, rgba(19,28,64,0.62), rgba(19,28,64,0.72)), url('img/background.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; background-position: center; width: 100%; height:100%">
|
|
|
|
<br><br><br><br>
|
|
<br><br><br><br>
|
|
<br><br><br><br>
|
|
<br><br><br><br>
|
|
<div class="ie-fixMinHeight">
|
|
<div class="main">
|
|
<h1 style="color:#ee9736; font-size: 48px;">You are connected!</h1>
|
|
<p class="info">If nothing happens, click <a href="$(link-redirect)">here</a></p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|