35113-vm/index.php
Flatlogic Bot f217ce10d6 Game
2025-10-22 14:21:59 +00:00

39 lines
1.4 KiB
PHP

<?php include 'header.php'; ?>
<div class="hero">
<div class="container">
<h1 class="display-3">Welcome to GameTourney</h1>
<p class="lead">The ultimate platform for competitive gaming tournaments.</p>
<a href="games.php" class="btn btn-primary btn-lg mt-3">Browse Tournaments</a>
</div>
</div>
<section class="py-5">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<div class="p-4">
<i class="bi bi-joystick display-4 text-primary"></i>
<h3 class="mt-3">Compete</h3>
<p class="text-muted">Join tournaments and challenge players.</p>
</div>
</div>
<div class="col-md-4">
<div class="p-4">
<i class="bi bi-people-fill display-4 text-primary"></i>
<h3 class="mt-3">Community</h3>
<p class="text-muted">Connect with fellow gamers and friends.</p>
</div>
</div>
<div class="col-md-4">
<div class="p-4">
<i class="bi bi-trophy-fill display-4 text-primary"></i>
<h3 class="mt-3">Conquer</h3>
<p class="text-muted">Climb the ranks and claim victory.</p>
</div>
</div>
</div>
</div>
</section>
<?php include 'footer.php'; ?>