Web Design !
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kleph 2020-04-17 14:01:32 +02:00
parent 539c29045c
commit 4bd30bd7af

View file

@ -3,10 +3,16 @@
<head> <head>
<title>quake3-server-status</title> <title>quake3-server-status</title>
<style> <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> </style>
</head> </head>
<body> <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> </body>
</html> </html>