OLD | NEW |
---|---|
(Empty) | |
1 <html> | |
2 <head></head> | |
3 <body> | |
4 <form method=post action="$Post"> | |
5 <input type=hidden name=RelayState value="$RelayState"> | |
6 User: <input type=text id=Email name=Email> | |
7 Password: <input type=password id=Password name=Password> | |
8 <input id=Submit type=submit> | |
9 </form> | |
10 </body> | |
11 </html> | |
OLD | NEW |