Create index.html
This commit is contained in:
19
Aerohive/index.html
Normal file
19
Aerohive/index.html
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8">
|
||||||
|
<title>WiFi Portal</title>
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Welcome!<br>
|
||||||
|
Please login to our Wifi service</p>
|
||||||
|
|
||||||
|
<form method=POST action="http://1.1.1.1/reg.php">
|
||||||
|
Username: <input name=user value="">
|
||||||
|
Password: <input name=password value="">
|
||||||
|
<input type="hidden" name="url" value="any-value-here"/>
|
||||||
|
<BR><input type="submit" name="login" value="Login"/>
|
||||||
|
</form>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Reference in New Issue
Block a user