mirror of
				https://gitlab.com/ruany/litebans-php.git
				synced 2025-10-29 22:12:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			22 lines
		
	
	
		
			446 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			446 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php include 'includes/head.php'; ?>
 | |
| <?php include 'includes/header.php'; ?>
 | |
| <head>
 | |
|     <title>Index - <?php echo $name; ?></title>
 | |
| </head>
 | |
| <body>
 | |
| 
 | |
| <div class="container">
 | |
| 
 | |
|     <!-- Main Page -->
 | |
|     <div class="jumbotron">
 | |
|         <h1>Welcome to <?php echo $name; ?>'s Ban List</h1>
 | |
| 
 | |
|         <p>Here is where our Bans, IP-Bans, Mutes & Warnings are listed.</p>
 | |
|     </div>
 | |
| 
 | |
| </div>
 | |
| <!-- /container -->
 | |
| <?php
 | |
| include 'includes/footer.php';
 | |
| ?>
 | 
