From: Paulo H. S. de S. <ph...@us...> - 2004-05-25 21:37:57
|
Update of /cvsroot/uts/uts/src/www In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1544 Modified Files: index.php Log Message: Index: index.php =================================================================== RCS file: /cvsroot/uts/uts/src/www/index.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** index.php 26 Mar 2004 02:09:03 -0000 1.2 --- index.php 25 May 2004 21:37:48 -0000 1.3 *************** *** 8,16 **** ?> ! <html> - <head> ! <title>Observatórios Virtuais ::: Entrar</title> <style type="text/css"> <!-- --- 8,18 ---- ?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> ! <meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"> ! <title>Observatórios Virtuais ::: Entrar</title> ! <meta name="author" content="Paulo Henrique S. de Santana"> ! <style type="text/css"> <!-- *************** *** 19,22 **** --- 21,25 ---- --> </style> + </head> |