<!-- phpCookBook Template File http://phpcookbook.sourceforge.net Copyright (c)2002 Floris Barthel <hide@address.com> This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the included LICENCE file for more details. --> <html> <head> <title>Recipe List</title> <link href="templates/template.css" rel="stylesheet" type="text/css"> </head> <body bgcolor="#FFFFFF"> <h2 align="center">Recipe List</h2> <p align="center"><a href="add.php">Add a Recipe</a></p> <ol> <LOOP recipies> <li><recipe></li> </LOOP recipies> </ol> </body> </html>