mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
20 lines
465 B
PHP
20 lines
465 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';
|
|
?>
|