blob: fdb55837ecb42c754248a3ec9e9e76fc986b964a (
plain)
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
|
<html>
<head><title>The Bub's Brothers Server List</title>
</head>
<body text="#000000" bgcolor="#C0FFC0" link="#0000EE" vlink="#000099" alink="#FF0000">
<h1>The Bub's Brothers Server List</h1>
%s
<br>
<table border=1 cellspacing=1>
<tr><td bgcolor="#FFFFFF">
<table border=0 cellspacing=6>
<tr>
<td bgcolor="#008000" colspan=2 align="center"><img src="mbub.png">
<font color="#FFFF00" size=+1><strong> Running servers</strong></font></td>
</tr>
<tr>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td bgcolor="#FFFFFF"><table border=0 cellspacing=5>
\
<tr>
<td valign="bottom"><font size=-1>%(stime)s</font></td>
<td valign="bottom"> %(icon)s </td>
<td bgcolor="%(bgcolor)s"><font size=+1>%(hosthtml)s</font>
<br><strong>%(desc)s</strong> (%(extradesc)s)</td>
</tr>
\
</table></td>
</tr>
</table>
</td></tr></table>
<font size=-2>%(tbfiles)s</font>
<br><hr><br>
<p><font size=-1>
%(bottommsg)s
<br>
<a href="javascript: location.reload()">Reload</a> this page for an up-to-date version!
</font></p>
%(extrafooter)s
<p><img src="home.png"> I click on the servers but nothing happens - <a href="http://bub-n-bros.sourceforge.net/help.html#meta">why?</a></p>
<p><img src="home.png"> Chat about the Bub's Brothers? Go to our IRC channel <a href="irc://irc.freenode.net:6667/bub-n-bros">#bub-n-bros on irc.freenode.net</a>.</p>
<p><img src="home.png"> <a href="http://bub-n-bros.sourceforge.net">The Bub's Brothers Home Page</a></p>
<p><img src="home.png"> Thanks to <a href="http://ctpug.org.za">CTPUG</a> for hosting the meta-server.</p>
</body></html>
|