This commit is contained in:
parent
539c29045c
commit
4bd30bd7af
1 changed files with 8 additions and 2 deletions
|
@ -3,10 +3,16 @@
|
|||
<head>
|
||||
<title>quake3-server-status</title>
|
||||
<style>
|
||||
font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
||||
body {
|
||||
background-color: #000000;
|
||||
font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
|
||||
color: #fff;
|
||||
font-size: 3em;
|
||||
text-shadow: 0 0 20px #04ff3a;
|
||||
}
|
||||
</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>
|
||||
The server {{ server_name }} is currently playaing map {{ current_map }} with {{ human_players_count }} human player(s) and {{ bots_players_count }} bot(s)
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue