mirror of
				https://gitlab.com/ruany/litebans-php.git
				synced 2025-10-30 14:32:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			560 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			560 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| include 'includes/data/settings.php';
 | |
| ?>
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <meta name="description" content="">
 | |
|     <meta name="author" content="TempestCraft">
 | |
|     <link rel="shortcut icon" href="includes/img/minecraft.ico">
 | |
|     <link href="includes/css/bootstrap.css" rel="stylesheet">
 | |
|     <link href="includes/css/navbar-fixed-top.css" rel="stylesheet">
 | |
|     <style>
 | |
|         html {
 | |
|             background-image: url('includes/img/377759.png');
 | |
|         }
 | |
|     </style>
 | |
| </head>
 | 
