q3_server_status/templates/status.j2.html
kleph 539c29045c
All checks were successful
continuous-integration/drone/push Build is passing
Replace static string by [basic] templated html
2020-04-17 02:15:28 +02:00

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