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
|
<html>
<body bgcolor="#FFFFCE">
<table cellspacing=3 cellpadding=4 width="100%" height="100%">
<tr>
<td>
<center>
<font size=+2><b>This is Golly version 3.3 for the Web</b><br>
</font>
<font size=+0><br>© 2005-2019 The Golly Gang:<br>
Andrew Trevorrow, Tom Rokicki, Tim Hutton, Dave Greene,<br>
Jason Summers, Maks Verver, Robert Munafo, Chris Rowett.<br>
<br><img src="images/about.gif"><br>
<br>
Golly is an open source, cross-platform application for<br>
exploring the Game of Life and other cellular automata.<br>
<br>
<b><a href="http://golly.sourceforge.net/">http://golly.sourceforge.net/</a></b><br>
</font>
</center>
</td>
</tr>
</table>
</body>
</html>
|