View file images.php

File size: 424B
<?php
include("head.php");

echo "<br><b>Смайлы</b><br/><br/>";
echo '<img src="images/1.gif"> .1.<br/>';
echo '<img src="images/2.gif"> .2.<br/>';
echo '<img src="images/3.gif"> .3.<br/>';
echo '<img src="images/4.gif"> .4.<br/>';
echo '<img src="images/5.gif"> .5.<br/><br/>';
echo '<form><input type="button" value="Назад" onClick="history.go(-1);return true;"></form>';

include("foot.php");
?>