<!DOCTYPE html>
<html lang="tr">
<head>
    <meta charset="UTF-8">
    <title>Kurumsal Sağlık Bilgi Platformu</title>

    <!-- SEO -->
    <meta name="description" content="Sağlık, medikal ve bilimsel içeriklerin yer aldığı kurumsal bilgi platformu.">
    <meta name="keywords" content="sağlık, medikal, tıp, hastalıklar, tedavi, sağlık haberleri">
    <meta name="author" content="Kurumsal Sağlık Platformu">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <!-- CSS -->
    <style>
        body {
            margin: 0;
            font-family: Arial, Helvetica, sans-serif;
            background: #f4f6f8;
            color: #333;
        }

        header {
            background: #0b7285;
            color: #fff;
            padding: 20px;
            text-align: center;
        }

        nav {
            background: #084c61;
            padding: 10px;
            text-align: center;
        }

        nav a {
            color: #fff;
            margin: 0 15px;
            text-decoration: none;
            font-weight: bold;
        }

        .container {
            display: flex;
            max-width: 1300px;
            margin: auto;
            padding: 20px;
        }

        .left-ad, .right-ad {
            width: 160px;
            background: #e9ecef;
            padding: 10px;
            text-align: center;
        }

        .content {
            flex: 1;
            background: #fff;
            padding: 25px;
            margin: 0 15px;
        }

        .ad-box {
            background: #dee2e6;
            padding: 15px;
            margin: 20px 0;
            text-align: center;
            font-weight: bold;
        }

        footer {
            background: #084c61;
            color: #fff;
            text-align: center;
            padding: 20px;
            margin-top: 20px;
        }

        /* Popup Reklam */
        #popupAd {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.7);
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
        }

        #popupContent {
            background: #fff;
            padding: 30px;
            width: 300px;
            text-align: center;
            position: relative;
        }

        #closePopup {
            position: absolute;
            top: 5px;
            right: 10px;
            cursor: pointer;
            font-size: 18px;
        }

        /* Responsive */
        @media (max-width: 900px) {
            .container {
                flex-direction: column;
            }

            .left-ad, .right-ad {
                width: 100%;
                margin-bottom: 15px;
            }
        }
    </style>
</head>

<body>

<!-- Açılış Popup Reklam -->
<div id="popupAd">
    <div id="popupContent">
        <span id="closePopup" onclick="closeAd()">✖</span>
        <p>POPUP REKLAM ALANI</p>

        <!-- Google AdSense Kodu Buraya -->
        <!-- <script>...</script> -->
    </div>
</div>

<header>
    <h1>Kurumsal Sağlık Bilgi Platformu</h1>
    <p>Bilimsel, Güvenilir ve Güncel Sağlık İçerikleri</p>
</header>

<nav>
    <a href="#">Anasayfa</a>
    <a href="#">Hakkımızda</a>
    <a href="#">Sağlık Bilgileri</a>
    <a href="#">İletişim</a>
</nav>

<!-- ÜST REKLAM -->
<div class="ad-box">
    ÜST REKLAM ALANI (Leaderboard)
    <!-- Google AdSense Kodu -->
</div>

<div class="container">

    <!-- SOL REKLAM -->
    <div class="left-ad">
        SOL REKLAM<br>
        160x600
        <!-- AdSense -->
    </div>

    <!-- İÇERİK -->
    <div class="content">
        <h2>Sağlıkta Güvenilir Bilgi</h2>
        <p>
            Bu platform, sağlık ve medikal alanlarda güvenilir, bilimsel ve
            SEO uyumlu içerikler sunmak amacıyla hazırlanmıştır.
        </p>

        <!-- ORTA REKLAM -->
        <div class="ad-box">
            ORTA REKLAM ALANI
            <!-- AdSense -->
        </div>

        <h3>İçerik Gücü Yüksek Yapı</h3>
        <p>
            Anahtar kelime altyapısı güçlü, Google uyumlu ve
            reklam gelirine uygun bir yapıya sahiptir.
        </p>

        <!-- ALT ORTA REKLAM -->
        <div class="ad-box">
            ALT ORTA REKLAM
            <!-- AdSense -->
        </div>
    </div>

    <!-- SAĞ REKLAM -->
    <div class="right-ad">
        SAĞ REKLAM<br>
        160x600
        <!-- AdSense -->
    </div>

</div>

<!-- ALT REKLAM -->
<div class="ad-box">
    ALT REKLAM ALANI
    <!-- AdSense -->
</div>

<footer>
    <p>© 2026 Kurumsal Sağlık Platformu | Tüm Hakları Saklıdır</p>
</footer>

<script>
    function closeAd() {
        document.getElementById("popupAd").style.display = "none";
    }

    // Popup 5 saniye sonra otomatik kapanır
    setTimeout(closeAd, 5000);
</script>

</body>
</html>


admin panelsiz tüm istediklerin var. 30k altına verilen fiyatlar için bu uygundur.