Advertisement
Guest User

Untitled

a guest
Aug 20th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. #!/usr/bin/env python2
  2.  
  3. print "Content-type: text/htmln"
  4. print "<h1>Hello world!</h1>"
  5.  
  6. python2 -m CGIHTTPServer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement