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