-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstatus.html
26 lines (26 loc) · 1.09 KB
/
status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Status | AIS SuperWIFI</title>
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="expires" content="-1" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/style.css" media="screen">
<script src="assets/js/disable-key.js"></script>
</head>
<body class='login'>
<form class="vertical-form" action="$(link-logout)" name="logout" onSubmit="return openLogout()" method="post">
<div style="margin:0;padding:0;display:inline"></div>
<legend>
<img class="logo" alt="AIS SuperWIFI" src="assets/images/logo.png" width="320px" />
You are now connected!
</legend>
<input name="submit" type="submit" value="Sign out" />
<div class='footer'>
<h5>You can now use internet <br> If you disconnected less than 1 hour <br> <strong>We will ask the credentials again.</strong></h5>
</div>
</form>
</body>
</html>