Skip to content

Instantly share code, notes, and snippets.

@csinchok
Created October 13, 2014 15:42
Show Gist options
  • Select an option

  • Save csinchok/271179c2ea69eb7f8558 to your computer and use it in GitHub Desktop.

Select an option

Save csinchok/271179c2ea69eb7f8558 to your computer and use it in GitHub Desktop.
zylch.py
def application(env, start_response):
start_response("200 OK", [("Content-Type", "text/html")])
return """<!doctype html>
<html>
<title>Welcome to zylch!</title>
<body>
</body>
</html>"""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment