From: Nicolas H. <nh...@us...> - 2005-02-06 19:19:53
|
Update of /cvsroot/phpmychat/phpmychat/chat In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21129 Modified Files: link.htm Log Message: Begining the migration to XHTML Index: link.htm =================================================================== RCS file: /cvsroot/phpmychat/phpmychat/chat/link.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** link.htm 6 Feb 2005 19:14:08 -0000 1.2 --- link.htm 6 Feb 2005 19:19:44 -0000 1.3 *************** *** 1,11 **** <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <HTML> ! <HEAD> ! <LINK REL="stylesheet" HREF="config/style.css.php" TYPE="text/css"> ! </HEAD> ! <BODY CLASS="frame"> ! <CENTER> ! <A HREF="http://phpmychat.sourceforge.net/" TARGET="_blank"><IMG SRC="images/icon.gif" WIDTH=88 HEIGHT=31 BORDER=0></A> ! </CENTER> ! </BODY> ! </HTML> \ No newline at end of file --- 1,9 ---- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> ! <html> ! <head> ! <link rel="stylesheet" href="config/style.css.php" type="text/css"> ! </head> ! <body class="frame"> ! <center><a href="http://phpmychat.sourceforge.net/"><img src="images/icon.gif" width="88" height="31" border="0"></a></center> ! </body> ! </html> \ No newline at end of file |