]> TLD Linux GIT Repositories - tld-ftp-admin.git/blob - html/regform.html
- raw from PLD
[tld-ftp-admin.git] / html / regform.html
1 <form action="index.py" method="post">
2 <input type="hidden" name="action" value="register">
3 <label for="login">Username:</label>
4 <input type="text" name="login"><br>
5 <label for="pass">Password:</label>
6 <input type="password" name="pass"><br>
7 <input type="submit" value="Log in">
8 </form>