1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="greg Landrum">
<title>About</title>
</head>
<body>
<table>
<tr><td>
<img src="Images/logo.png" alt="Logo">
</td>
<td><b>MixIn Gui Framework</b>
<br>
<i>Copyright (C) 2002 Greg Landrum and Rational Discovery LLC</i>
</td>
</tr>
</table>
Framework Author: <a href="mailto:Landrum@RationalDiscovery.com">Greg Landrum</a>
<br>
GUI functionality provided by <a href="http://www.thekompany.com">BlackAdder.</a>
</body>
</html>
|