35418-vm/index.php
Flatlogic Bot 7802cd73eb por
2025-11-03 14:27:17 +00:00

16 lines
613 B
PHP

<?php
require_once 'includes/header.php';
?>
<div class="text-center hero-section">
<h1 class="display-3 fw-bold">Level Up Your IT Skills</h1>
<p class="lead col-lg-6 mx-auto">Join quests, conquer challenges, and rise through the ranks. Your journey to becoming an IT master starts now.</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
<a href="register.php" class="btn btn-primary btn-lg px-4 gap-3">Join the Guild</a>
<a href="login.php" class="btn btn-outline-secondary btn-lg px-4">Player Login</a>
</div>
</div>
<?php
require_once 'includes/footer.php';
?>