|
|
@@ -2,4 +2,4 @@ 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="http://git.fron.com.cn/demothr/python">http://git.fron.com.cn/demothr/python</a></p><p>搭建教程:<a href="http://git.fron.com.cn/demothr/python#python">http://git.fron.com.cn/demothr/python#python</a></p><iframe src="http://git.fron.com.cn/paas_demo.html" frameborder="0" scrolling="no" width="500px" height="1500px"></iframe>'] |
|
|
\ No newline at end of file |
|
|
+ return ['<h1>Python Demo</h1><p>Project url: <a href="http://git.fron.com.cn/demothr/python">http://git.fron.com.cn/demothr/python</a></p><p>Guide : <a href="http://git.fron.com.cn/demothr/python#python">http://git.fron.com.cn/demothr/python#python</a></p><iframe src="http://git.fron.com.cn/paas_demo.html" frameborder="0" scrolling="no" width="500px" height="1500px"></iframe>'] |
|
|
\ No newline at end of file |