Files
capport/Zyxel Nebula/index.html
2024-06-05 17:59:28 +05:00

21 lines
619 B
HTML

<!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="https://nap-slogin.nebula.zyxel.com/cgi-bin/Clicktocontinue.cgi" enctype="application/x-www-form-urlencoded">
Username
<input type="text" name="username" placeholder="Insert Username"><br>
Password
<input type="text" name="password" placeholder="Insert Password"><br>
<input type="submit" value="Login">
</form>
</body>
</html>