You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by na...@locus.apache.org on 2000/05/20 22:33:43 UTC

cvs commit: jakarta-tomcat/src/webpages index.html

nacho       00/05/20 13:33:42

  Modified:    src/webpages index.html
  Log:
  I want to show the new "powered by" Icon
  
  Revision  Changes    Path
  1.12      +14 -12    jakarta-tomcat/src/webpages/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/webpages/index.html,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- index.html	2000/04/13 15:23:44	1.11
  +++ index.html	2000/05/20 20:33:42	1.12
  @@ -1,14 +1,15 @@
   <!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
   <head>
  -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -   <meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
  -   <meta name="Author" content="Anil K. Vijendran">
  -   <title>Tomcat v3.2 dev</title>
  +<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  +<meta name="GENERATOR" content="Mozilla/4.72 [en] (WinNT; U) [Netscape]">
  +<meta name="Author" content="Anil K. Vijendran">
  +<title>Tomcat v3.2 dev</title>
   </head>
  -<body>
  -<img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b>
  -<br><b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
  +<body bgcolor="#FFFFFF">
  +<img SRC="tomcat.gif" height=92 width=130 align=LEFT><b><font face="Arial, Helvetica, sans-serif"><font size=+3>Tomcat</font></font></b> 
  +<br>
  +<b><font face="Arial, Helvetica, sans-serif"><font size=-1>Version
   3.2 dev</font></font></b>
   <p>This is the default Tomcat home page. This page serves as a quick reference
   guide to related resources and is located at:
  @@ -59,10 +60,11 @@
   </ul>
   
   <hr>
  -<br>&nbsp;
  -<br>&nbsp;
  -<div align=right><font size=-1>Copyright &copy; 1999 Apache Software Foundation</font>
  -<br><font size=-1>All Rights Reserved</font></div>
  -
  +<p align="right"><font size=-1><img src="tomcat-power.gif" width="77" height="80"></font><br>
  +  &nbsp; <font size=-1>Copyright &copy; 1999 Apache Software Foundation</font> 
  +  <br>
  +  <font size=-1>All Rights Reserved</font> <br>
  +  &nbsp;</p>
  +<p align="right">&nbsp;</p>
   </body>
   </html>