diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-08-28 11:50:59 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-08-28 11:50:59 +0000 |
commit | e166254717384e8d4195f2a7bf08a74e1a7ebeae (patch) | |
tree | a4e948042c81b14b34ef91a349c6b6028c921065 /doc/architecture.html | |
parent | b212bbbc888234d3bd8d095b541854654314f6b3 (diff) | |
download | libxml2-e166254717384e8d4195f2a7bf08a74e1a7ebeae.tar.gz |
nice logos generated by Marc Liyanage changed the stylesheet to show the
* doc/Libxml2-Logo-180x168.gif doc/Libxml2-Logo-90x34.gif:
nice logos generated by Marc Liyanage
* doc/site.xsl *.html: changed the stylesheet to show the new
logo and regenerated the pages
Daniel
Diffstat (limited to 'doc/architecture.html')
-rw-r--r-- | doc/architecture.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/architecture.html b/doc/architecture.html index 826e4e81..d71a1e6c 100644 --- a/doc/architecture.html +++ b/doc/architecture.html @@ -1,7 +1,7 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd"> <html> <head> -<meta content="text/html; charset=ISO-8859-1" http-equiv="Content-Type"> +<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <link rel="SHORTCUT ICON" href="/favicon.ico"> <style type="text/css"><!-- TD {font-family: Verdana,Arial,Helvetica} @@ -16,7 +16,7 @@ A:link, A:visited, A:active { text-decoration: underline } <body bgcolor="#8b7765" text="#000000" link="#000000" vlink="#000000"> <table border="0" width="100%" cellpadding="5" cellspacing="0" align="center"><tr> <td width="180"> -<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a> +<a href="http://www.gnome.org/"><img src="smallfootonly.gif" alt="Gnome Logo"></a><a href="http://www.w3.org/Status"><img src="w3c.png" alt="W3C Logo"></a><a href="http://www.redhat.com/"><img src="redhat.gif" alt="Red Hat Logo"></a><div align="left"><a href="http://xmlsoft.org/"><img src="Libxml2-Logo-180x168.gif" alt="Made with Libxml2 Logo"></a></div> </td> <td><table border="0" width="90%" cellpadding="2" cellspacing="0" align="center" bgcolor="#000000"><tr><td><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#fffacd"><tr><td align="center"> <h1>The XML C library for Gnome</h1> |