el3

python

el3
Mar 4th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. #!/usr/bin/python2.7
  2.  
  3. import cgi
  4.  
  5.  
  6. print "Content-type:text/html\r\n\r\n"
  7.  
  8. print "<html>"
  9. print "<head><title>hey</title></head>"
  10. print "<body>"
  11.  
  12.  
  13.  
  14. print "<h1>python test title is hey</h1>"
  15.  
  16.  
  17.  
  18.  
  19. print "</body>"
  20. print "</html>"
Advertisement
Add Comment
Please, Sign In to add comment