mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
13 lines
444 B
PHP
13 lines
444 B
PHP
<?php include 'includes/head.php'; ?>
|
|
<?php include 'includes/header.php'; ?>
|
|
<title>Index - <?php echo $name; ?></title>
|
|
<div class="container">
|
|
<div class="jumbotron">
|
|
<div style="text-align: center;"><h2>Welcome to <?php echo $name; ?>'s Ban List.</h2></div>
|
|
|
|
<div style="text-align: center;"><p>Here is where our Bans, Mutes, and Warnings are listed.</p></div>
|
|
</div>
|
|
|
|
</div>
|
|
<?php include 'includes/footer.php'; ?>
|