~exarkun/divmod.org/remove-nevow

« back to all changes in this revision

Viewing changes to Nevow/doc/howto/template.tpl

  • Committer: Jean-Paul Calderone
  • Date: 2014-06-08 12:14:27 UTC
  • Revision ID: exarkun@twistedmatrix.com-20140608121427-pe4b355va5guyy03
Remove the obvious stuff.

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>
8
 
      Nevow:
9
 
    </title>
10
 
    <link type="text/css" rel="stylesheet" href="stylesheet.css" />
11
 
  </head>
12
 
 
13
 
  <body bgcolor="white">
14
 
    <h1 class="title"></h1>
15
 
    <div class="toc"></div>
16
 
    <div class="body">
17
 
 
18
 
    </div>
19
 
 
20
 
    <p><a href="index.html">Index</a></p>
21
 
    <span class="version">Version: </span>
22
 
  </body>
23
 
</html>
24