murtado

Untitled

Apr 28th, 2017
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. #!/Python27/python
  2.  
  3. print "Content-type: text/html"
  4. print
  5. print "<html>"
  6. print "<head><title>Demo Post</title></head>"
  7. print "<body>"
  8. print "<form action='Murtado.py' method='POST'>"
  9. print "<input type='text' name='username'><br>"
  10. print "<input type='text' name='password'><br>"
  11. print "<input type='submit' value='submit'>"
  12. print "</form>"
  13. print "</body>"
  14.  
  15. print "</html>"
Add Comment
Please, Sign In to add comment