File "bod.php"

Full path: /home/fsibplc/public_html/sommilito-bank2/bod.php
File size: 482 B (482 B bytes)
MIME-type: text/x-php
Charset: utf-8

Download   Open   Edit   Advanced Editor   Back

<?php include 'header.php' ?>

<!-- For page Hero -->
<?php
$page = 'About';
$title = "Board of Directors";
include 'page-hero.php';
?>

<section class="bg-gray-50 py-16">
    <div class="max-w-5xl mx-auto px-6">
        <div class="w-full h-[600px]">
            <iframe
                src="assets/Director_List.pdf#toolbar=0"
                class="w-full h-full rounded shadow"></iframe>
        </div>

    </div>
</section>


<?php include 'footer.php' ?>