13 lines
399 B
HTML
13 lines
399 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>quake3-server-status</title>
|
||
|
<style>
|
||
|
font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>The server {{ server_name }} is currently playaing map {{ current_map }} with {{ human_players_count }} human player(s) and {{ bots_players_count }} bot(s)</p>
|
||
|
</body>
|
||
|
</html>
|