From fce382d6106528f8ac1f4b96951b4b7298cbeafe Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." <fdrake@users.sourceforge.net> Date: Thu, 9 May 2002 12:26:45 +0000 Subject: [PATCH] Oops, fix the title! --- htdocs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.html b/htdocs/index.html index d98ecd08..8a50d3d4 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,13 +1,13 @@ <html> <head> - <title>Sample Page for the Expat Site</title> + <title>The Expat XML Parser</title> <link rel="STYLESHEET" href="style.css" type="text/css" /> </head> <body marginwidth="0" marginheight="0"> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="corner"><img src="expat.png" /></td> - <td class="banner"><h2>Sample Title</h2></td> + <td class="banner"><h2>The Expat XML Parser</h2></td> </tr> <tr> <td class="navbar"> -- 2.40.0