37411-vm/about.php
2026-01-13 07:40:41 +00:00

8 lines
284 B
PHP

<?php include 'includes/_header.php'; ?>
<div class="container px-4 py-5">
<h1 class="display-5 fw-bold text-body-emphasis">عن اللعبة</h1>
<p class="lead">تفاصيل حول قصة اللعبة ومميزاتها.</p>
</div>
<?php include 'includes/_footer.php'; ?>