This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
executable file
12 lines (12 sloc)
295 Bytes
| <html> | |
| <head> | |
| <title>Login form</title> | |
| </head> | |
| <body> | |
| <form method="GET"> | |
| <input name="username"> | |
| <input name="password" type="password"> | |
| <input title="submit_btn" type="submit" value="Submit"> | |
| </form> | |
| </body> | |
| </html> |