#!C:\Programmer\python\pythonw.exe
print 'Content-Type: text/html\n\n' # notice the extra newline-important!
print '<html><head><title>Hello world</title></head>'
print '<body bgcolor="FFFFFF" text="000000" links="0000FF">'
print '<center><h1>Hello World!</h1></center>'
print '<P>'
print "That's all.<P>"
print '</body></html>'

