ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Animated Gif Gallery</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link href="../picstyle.css" rel="stylesheet" type="text/css" /> </head> <body class="picsbkgd"> <h1 align=center > Animated Gif Gallery </h1> <table align="center" class="mainborders" width="85%" cellpadding="12"> <tr> <td align="right"><img src="image001.gif" alt="Beware gif" width="310" height="310" /></td> <td align="right"><img src="image002.gif" alt="BOOM gif" /></td> </tr> <tr> <td colspan="2" align="center"> <p class="caption">Selected Animated gifs created by James</p> </td> </tr> <tr> <td align="right"><img src="image003.gif" alt="Sonic Rules gif" /></td> <td align="right"><img src="image007.gif" alt="HOME gif" width="90" height="30" /></td> </tr> <tr> <td align="right"><img src="enter.gif" alt="Enter gif" width="200" height="50" /></td> <td align="right"><img src="next.gif" alt="NEXT gif" /></td> </tr> </table> <hr /> <p class="caption"> <a href="../index.html">HOME</a></p> </body> </html>