summaryrefslogtreecommitdiff
path: root/im/cgi-bin/pythonhelloworld.cgi
blob: cede50f884b58e7eb75a7ccc908489e84ad2b903 (plain)
1
2
3
4
5
#!/usr/bin/env python

print "Content-type: text/html\n\n"
print "<html>Hello world!</html>"