master-server/web/index.template

34 lines
503 B
Text
Raw Normal View History

<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>