1 #!/usr/bin/env python 2 print('Content-type: text/html; charset=UTF-8') 3 print('Status: 200 Okay') 4 print('') 5 print('This is the body') 6