~certify-web-dev/twisted/certify-trunk

« back to all changes in this revision

Viewing changes to static/test.epy

  • Committer: Bazaar Package Importer
  • Author(s): Moshe Zadka
  • Date: 2002-03-08 07:14:16 UTC
  • Revision ID: james.westby@ubuntu.com-20020308071416-oxvuw76tpcpi5v1q
Tags: upstream-0.15.5
ImportĀ upstreamĀ versionĀ 0.15.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Twisted.Web Embedded Python File
 
2
 
 
3
request.write("""
 
4
 
 
5
<HTML>
 
6
    <HEAD><TITLE> Welcome To Twisted Python </title></head>
 
7
 
 
8
    <BODY>
 
9
    This is a demonstration of embedded python in a webserver.
 
10
    </body>
 
11
</html>
 
12
""")
 
13
 
 
14
 
 
15