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

« back to all changes in this revision

Viewing changes to sandbox/glyph/macrodemo/page2.html

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2004-06-21 22:01:11 UTC
  • mto: (2.2.3 sid)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20040621220111-vkf909euqnyrp3nr
Tags: upstream-1.3.0
ImportĀ upstreamĀ versionĀ 1.3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 
2
<html view="macro">
 
3
<head>
 
4
<title fill-slot="title">Page 2 Title</title>
 
5
</head>
 
6
 
 
7
<body>
 
8
<span fill-slot="content">
 
9
 
 
10
This is the page 2 content: <a href="index">page 1</a>
 
11
 
 
12
</span>
 
13
 
 
14
<hr />
 
15
<address><a href="mailto:glyph@twistedmatrix.com">Glyph Lefkowitz</a></address>
 
16
 
 
17
</body>
 
18
</html>