mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 08:29:06 +00:00
19 lines
471 B
PHP
19 lines
471 B
PHP
<?php include 'includes/head.php'; ?>
|
|
<?php include 'includes/header.php'; ?>
|
|
<head>
|
|
<title>Index - <?php echo $name; ?></title>
|
|
</head>
|
|
<body>
|
|
|
|
<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';
|
|
?>
|