私信发送成功
检测到您已登录技术前沿网,是否 一键登录码云
Watch Star Fork

demothr / python

暂无描述
克隆/下载
一键复制 编辑 原始数据 按行查看 历史
wsgi.py 555 Bytes demothr 提交于 2014-10-08 20:40 . Update wsgi.py
def application(environ, start_response):
status = '200 OK'
response_headers = [('Content-type','text/html')]
start_response(status, response_headers)
return ['<h1>Python Demo</h1><p>Project url: <a href="/git/demothr/python">http://git.fron.com.cn/demothr/python</a></p><p>Guide : <a href="/git/demothr/python#python">http://git.fron.com.cn/demothr/python#python</a></p><iframe src="/git/paas_demo.html" frameborder="0" scrolling="no" width="500px" height="1500px"></iframe>']
Float_left Icon_close