<!DOCTYPE html>

<html lang="tr">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Park Edilmiş Alan Adı</title>

    <style>

        body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; background: #f5f5f7; color: #1d1d1f; }

        .container { text-align: center; padding: 40px; background: white; border-radius: 18px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); }

        h1 { color: #0066cc; font-weight: 600; }

    </style>

</head>

<body>

    <div class="container">

        <h1>Bu Alan Adı Park Edilmiştir</h1>

        <p>Çok yakında yeni web sitemizle buradayız.</p>

    </div>

</body>

</html>