<?
/* $Id: showColorMatrix.php,v 1.0 2004/27/11 22:23:52 tobozo Exp $ */
?>
<html>
<head>
<title>216 Colors</title>
</head>
<body>
<?
require_once('colorMatrixHTML.class');
$matrix = new colorMatrix;
$matrix->DisplayColorMatrix();
?>
</body>
</html>