mirror of
https://github.com/chocolate-doom/master-server.git
synced 2024-11-21 12:01:13 +00:00
2687e6ddb5
decreasing age. Subversion-branch: /master Subversion-revision: 2219
33 lines
503 B
Text
33 lines
503 B
Text
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
<title> Chocolate Doom master server </title>
|
|
</head>
|
|
|
|
<body>
|
|
<img id="cocoademon" src="cocoademon.png" title="Cocoademon">
|
|
<h1> Chocolate Doom master server </h1>
|
|
|
|
<p> Currently active servers: </p>
|
|
|
|
<table>
|
|
<tr>
|
|
<th> Server address
|
|
<th> Server name
|
|
<th> Version
|
|
<th> Max. players
|
|
<th> Age
|
|
|
|
___TABLE_DATA___
|
|
|
|
</table>
|
|
|
|
<p>
|
|
For more information, see
|
|
<a href="http://www.chocolate-doom.org/">the website</a>.
|
|
</p>
|
|
|
|
</body>
|
|
</html>
|
|
|