File: about.html

package info (click to toggle)
golly 3.3-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 20,176 kB
  • sloc: cpp: 72,638; ansic: 25,919; python: 7,921; sh: 4,245; objc: 3,721; java: 2,781; xml: 1,362; makefile: 530; javascript: 279; perl: 69
file content (26 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
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>&copy; 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>