<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5">
<title>½Õ¦â½L</title>
</head>
<body>
<center>
<table cellpadding=1 cellspacing=1 border=1>
<?
for ( $i=0; $i<16; $i++ ) {
  echo
"<tr>";
  for (
$j=0; $j<16; $j++ ) {
    if (
$i ) $this_color = "0000"  . dechex($i*16+$j);
    else      
$this_color = "00000" . dechex($i*16+$j);
    echo
"<td bgcolor='#$this_color'>¡@&nbsp;</td>";
  }
  echo
"</tr>";
}
?>
</table>
</center>
</body>
</html>