summaryrefslogtreecommitdiff
path: root/src/zope/tal/tests/output/acme_template.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/zope/tal/tests/output/acme_template.html')
-rw-r--r--src/zope/tal/tests/output/acme_template.html26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/zope/tal/tests/output/acme_template.html b/src/zope/tal/tests/output/acme_template.html
new file mode 100644
index 0000000..3d37355
--- /dev/null
+++ b/src/zope/tal/tests/output/acme_template.html
@@ -0,0 +1,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>