summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/acme_template.html
blob: 3d373550cc5b6052763b0cae3d58b8b60f3b99ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!-- This is ACME's generic look and feel, which is based on
PNOME's look and feel. -->
<html>
<head>
<title>ACME Look and Feel</title>


</head>
<body>
<div>
  <div>
  "The early bird gets the worm, but the second mouse gets the cheese."
  </div>
  <a href="#">Preferences...</a>
</div>
<div>
  Content here
</div>
<div>
Copyright 2004 Acme Inc.
<div>
Standard disclaimers apply.
</div>
</div>
</body>
</html>