q3_server_status/templates/status.j2.html
kleph 068bde0158
All checks were successful
continuous-integration/drone/push Build is passing
simplify CSS
2020-04-18 04:35:16 +02:00

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>