def simple_app(environ, start_response): status = '200 OK' headers = [('Content-type', 'text/html')] start_response(status, headers) return ['