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