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

« back to all changes in this revision

Viewing changes to twisted/lore/test/template.tpl

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-01-17 14:52:35 UTC
  • mfrom: (1.1.5 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070117145235-btmig6qfmqfen0om
Tags: 2.5.0-0ubuntu1
New upstream version, compatible with python2.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
 
3
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
4
 
 
5
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
 
6
  <head>
 
7
<title>Twisted Documentation: </title>
 
8
<link type="text/css" rel="stylesheet"
 
9
href="resources/stylesheet.css" />
 
10
  </head>
 
11
 
 
12
  <body bgcolor="white">
 
13
    <h1 class="title"></h1>
 
14
    <div class="toc"></div>
 
15
    <div class="body">
 
16
        
 
17
    </div>
 
18
 
 
19
    <p><span class="index-link">Index</span></p>
 
20
  </body>
 
21
</html>
 
22