-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathiframe.html
27 lines (26 loc) · 1.09 KB
/
iframe.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
27
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>nslogin-web iframe</title>
</head>
<body>
<form id="loginForm" action="https://www.nationstates.net" method="post">
<input type="hidden" id="loginUserAgent" name="userAgent" value="">
<input type="hidden" id="loginLoggingIn" name="logging_in" value="1">
<input type="hidden" id="loginNation" name="nation" value="">
<input type="password" id="loginPassword" name="password" value="">
<input type="submit" id="loginSubmit" value="Submit">
</form>
<form id="restoreForm" action="https://www.nationstates.net" method="post">
<input type="hidden" id="restoreUserAgent" name="userAgent" value="">
<input type="hidden" id="restoreLoggingIn" name="logging_in" value="1">
<input type="hidden" id="restoreNation" name="nation" value="">
<input type="hidden" id="restoreRestoreNation" name="restore_nation"
value="">
<input type="password" id="restoreRestorePassword" name="restore_password"
value="">
<input type="submit" id="restoreSubmit" value="Submit">
</form>
</body>
</html>