2010-12-07 21:02:06 +00:00
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
|
|
<title> Chocolate Doom master server </title>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2010-12-07 21:10:10 +00:00
|
|
|
<img id="cocoademon" src="cocoademon.png" title="Cocoademon">
|
2010-12-07 21:02:06 +00:00
|
|
|
<h1> Chocolate Doom master server </h1>
|
|
|
|
|
|
|
|
<p> Currently active servers: </p>
|
|
|
|
|
|
|
|
<table>
|
|
|
|
<tr>
|
|
|
|
<th> Server address
|
|
|
|
<th> Server name
|
|
|
|
<th> Version
|
|
|
|
<th> Max. players
|
2010-12-11 01:27:13 +00:00
|
|
|
<th> Age
|
2010-12-07 21:02:06 +00:00
|
|
|
|
|
|
|
___TABLE_DATA___
|
|
|
|
|
|
|
|
</table>
|
|
|
|
|
|
|
|
<p>
|
|
|
|
For more information, see
|
|
|
|
<a href="http://www.chocolate-doom.org/">the website</a>.
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
|