[Phpgamedev-cvs-commits] website index.php,NONE,1.1
Status: Planning
Brought to you by:
sphen001
From: Nick <sph...@us...> - 2005-06-14 20:13:26
|
Update of /cvsroot/phpgamedev/website In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18018 Added Files: index.php Log Message: New index page. --- NEW FILE: index.php --- <?php //----------------------------------------------------------- // FILENAME : index.php // STARTED : Mon Jun 13, 2005 // AUTHOR : Sphen001 (Nick Ross) // SUPPORT : http://phpgamedev.sourceforge.net // COPYRIGHT : Copyright 2005 © PHPGameDev Group // E-MAIL : Sphen001 -at- users -dot- sourceforge -dot- net // $Id: index.php,v 1.1 2005/06/14 20:13:17 sphen001 Exp $ //----------------------------------------------------------- echo (' <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html> <head> <title> PHPGameDev Website </title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" href="./styles/style.css" type="text/css" /> </head> <body> <!-- Begin header --> <p class="titles" align="center"> Welcome to the PHPGameDev website </p> <!-- End header --> <br /> <!-- Begin main --> <table class="tablebg" width="90%" align="center" border="0" cellspacing="1" cellpadding="1"> <tr> <th> Welcome! </th> </tr> <tr> <td class="row1"> Thank you for visiting the PHPGameDev website. This is a project designed to help game designers simplify their tasks. We hope to provide several plugins that will help game designers to do their work faster. You can visit our Sourceforge.net Project page <a href="http://www.sourceforge.net/projects/phpgamedev">here</a> </td> </tr> </table> <br /> <table class="tablebg" width="90%" align="center" border="0" cellspacing="1" cellpadding="1"> <tr> <th colspan="2"> Planned Features </th> </tr> <tr> <td class="nav" colspan="2" align="center"> We have several scripts that we are planning to create, but we need your suggestions. The scripts we have planned so far are: </td> </tr> <tr> <td class="row2" width="50%" align="center"> Feature </td> <td class="row2" align="center"> Status </td> </tr> <tr> <td class="row1" width="50%"> <center> <a href="./docs/db_readme.php">Game optimized DB Abstraction Layer</a> </center> </td> <td class="row1"> <center> <span class="green"> Completed </span> </center> </td> </tr> <tr> <td class="row1" width="50%"> <center> Game optimized Templating System </center> </td> <td class="row1"> <center> <span class="red"> Not Completed </span> </center> </td> </tr> </table> <!-- End main --> <br /> <!-- Begin footer --> <center> [ <a href="./index.php">Index</a> - <a href="./board/">Forums</a> - <a href="./contact/">Contact</a> - <a href="./links/">Links</a> ] </center> <br /> <center> <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fphpgamedev.sourceforge.net%2Findex.php"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a> </center> <br /> <center> <a href="http://sourceforge.net/projects/phpgamedev/"><img src="http://sourceforge.net/sflogo.php?group_id=140827&type=5" width="210" height="62" border="0" alt="SourceForge.net Logo" /></a> </center> <br /> <p class="copyright" align="center"> All information on this website is Copyright © PHPGameDev Group 2005 </p> <!-- End footer --> </body> </html> ') ?> |