V001: Login UI screen using the phonenumber
This commit is contained in:
+24
@@ -0,0 +1,24 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user