CVS: phpweather index.php,1.30,1.31
Brought to you by:
iridium
From: Martin G. <gim...@us...> - 2002-05-20 15:51:45
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv28776 Modified Files: index.php Log Message: Cosmetics... Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.30 retrieving revision 1.31 diff -u -3 -r1.30 -r1.31 --- index.php 28 Mar 2002 21:44:56 -0000 1.30 +++ index.php 20 May 2002 15:51:37 -0000 1.31 @@ -26,7 +26,10 @@ </head> <body> -<img src="icons/phpweather-long-white.gif" alt=""> +<img src="icons/phpweather-long-white.gif" alt="PHP Weather" align="right"> + +<h1>PHP Weather Test Page</h1> + <p>This is the default test page for PHP Weather. For more information, please visit <a href="http://www.phpweather.net">http://www.phpweather.net</a>.</p> <p>Data is taken from the <a href="http://weather.noaa.gov">National Weather Service</a> at NOAA.</p> |