blob: a1b948558c622f8868a390bab4e79e3acb27cfcb [file] [log] [blame]
def main(request, response):
headers = [("Content-type", "text/html;charset=utf-8")]
content = "<!doctype html><div id=test></div>"
return headers, content