#!/usr/bin/env python3 # -*- coding: utf-8 -*- def application(environ, start_response): start_response('200 OK', [('Content-Type', 'text/html')]) body = '