[Zope-CVS] CVS: Packages/JobBoardEx - Tutorial.html:1.4

Guido van Rossum guido@python.org
Fri, 22 Mar 2002 21:13:50 -0500


Update of /cvs-repository/Packages/JobBoardEx
In directory cvs.zope.org:/tmp/cvs-serv892

Modified Files:
	Tutorial.html 
Log Message:
Add HTML <head> and <title> elements; close </body>.


=== Packages/JobBoardEx/Tutorial.html 1.3 => 1.4 ===
+<html>
+
+<head>
+<title>The Job List Example in Zope3</title>
+</head>
+
+<body>
+<h1>The Job List Example in Zope3</h1>
 
 <h2>Overview</h2>
 
@@ -214,3 +221,5 @@
 to allow.
 
 <p>...
+
+</body>