18 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
	
		
			509 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
        <title>quake3-server-status</title>
 | 
						|
	<style>
 | 
						|
		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>
 | 
						|
	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>
 |