18 lines
446 B
HTML
18 lines
446 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>quake3-server-status</title>
|
|
<style>
|
|
body {
|
|
background-color: black;
|
|
font-family: Inconsolata, monospace;
|
|
color: white;
|
|
font-size: 3em;
|
|
text-shadow: 0 0 20px #04ff3a;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
The server {{ server_name }} is currently playing map {{ current_map }} with {{ human_players_count }} human player(s) and {{ bots_players_count }} bot(s)
|
|
</body>
|
|
</html>
|