25 lines
688 B
HTML
25 lines
688 B
HTML
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<meta http-equiv="pragma" content="no-cache">
|
|
<meta http-equiv="expires" content="-1">
|
|
<title>Bhaktivedanta Hospital Wi-Fi - Error</title>
|
|
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div class="ie-fixMinHeight">
|
|
<div class="main">
|
|
<div class="wrap">
|
|
<h1>Wi-Fi error: $(error)</h1>
|
|
<p class="info">Log in page: <a href="$(link-login)">$(link-login)</a></p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|