This commit is contained in:
		
							parent
							
								
									539c29045c
								
							
						
					
					
						commit
						4bd30bd7af
					
				
					 1 changed files with 8 additions and 2 deletions
				
			
		| 
						 | 
					@ -3,10 +3,16 @@
 | 
				
			||||||
<head>
 | 
					<head>
 | 
				
			||||||
        <title>quake3-server-status</title>
 | 
					        <title>quake3-server-status</title>
 | 
				
			||||||
	<style>
 | 
						<style>
 | 
				
			||||||
 | 
							body {
 | 
				
			||||||
 | 
							  background-color: #000000;
 | 
				
			||||||
		  font-family: Inconsolata, Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
 | 
							  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>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue