Create index.html

This commit is contained in:
Nasir Hafeez
2024-06-05 17:59:28 +05:00
committed by GitHub
parent 9700c090c2
commit 04f65c2b4f

20
Zyxel Nebula/index.html Normal file
View File

@@ -0,0 +1,20 @@
<!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>