Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/Python27/python
- print "Content-type: text/html"
- print
- print "<html>"
- print "<head><title>Demo Post</title></head>"
- print "<body>"
- print "<form action='Murtado.py' method='POST'>"
- print "<input type='text' name='username'><br>"
- print "<input type='text' name='password'><br>"
- print "<input type='submit' value='submit'>"
- print "</form>"
- print "</body>"
- print "</html>"
Add Comment
Please, Sign In to add comment