[Firebug-cvs] firebug/web index.frame,NONE,1.1 index.php,NONE,1.1 index.html,1.20,NONE
Brought to you by:
doolin
From: David M. D. <do...@us...> - 2004-07-21 23:49:04
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28476 Added Files: index.frame index.php Removed Files: index.html Log Message: Changed front page to php driven. --- index.html DELETED --- --- NEW FILE: index.frame --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="firebug.css" /> <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> <title> FireBug Wildland fire monitoring system </title> </head> <frameset cols="190,90%"> <frame frameborder="0" src="./menu.html" noresize /> <frame frameborder="0" src="./introduction.html" name="main"/> </frameset> </html> --- NEW FILE: index.php --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="firebug.css"> <link rel="SHORTCUT ICON" href="./images/favicon.ico"> <title> FireBug </title> </head> <body> <p> The FireBug web site is being reorganized. Thank you for your patience. </p> <h2>Some links</h2> <a href="./overview.html">Overview</a> <br /> <a href="./people.html">People</a> <br /> <a href="./publications.html">Publications</a> <br /> <a href="./gps_tests.htm">Some GPS results</a> <br /> </body> </html> |