<?php include "header.php"; ?>

<section>
    <h2>แกลเลอรีภาพ</h2>

    <div class="gallery">
        <img src="images/1.jpg" alt="วัดอินทขีล">
        <img src="images/w280.jpg" alt="เสาอินทขีล">

    </div>
</section>

<?php include "footer.php"; ?>
<?php
if (!isset($_SESSION['login'])) {
    header("Location: index.php");
    exit;
}
?>
