CVS: phpweather index.php,1.20,1.21
Brought to you by:
iridium
From: Max H. <ir...@us...> - 2002-03-26 16:31:06
|
Update of /cvsroot/phpweather/phpweather In directory usw-pr-cvs1:/tmp/cvs-serv3648 Modified Files: index.php Log Message: Change of heart about the best way to include the style, already :) Index: index.php =================================================================== RCS file: /cvsroot/phpweather/phpweather/index.php,v retrieving revision 1.20 retrieving revision 1.21 diff -u -3 -r1.20 -r1.21 --- index.php 26 Mar 2002 16:26:38 -0000 1.20 +++ index.php 26 Mar 2002 16:31:03 -0000 1.21 @@ -1,8 +1,16 @@ <html> <head> <title>PHP Weather - test</title> + <style type="text/css"> +<!-- +BODY { + font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; + font-size: 12px; +} + --> + </style> </head> -<body style="font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 12px;"> +<body> <h1>PHP Weather - test</h1> <p>This is the default test page for PHP Weather. For more information, please visit |