sarjanaekonomi.co.id Review

TitletagDescriptiontaglanguage
sarjanaekonomi.co.id - Domain Parked English
Alexarank
245831
Ip adress103.160.213.10Nameserverpark2.dewabiz.com
park1.dewabiz.com
Status code200
robots.txt -http://sarjanaekonomi.co.id/robots.txt
 <!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- SEO Meta Tags -->
    <title>sarjanaekonomi.co.id - Domain Parked</title>
    <meta name="description" content="Domain sarjanaekonomi.co.id is currently parked. Interested in owning this domain? Contact us for more information.">
    <meta name="keywords" content="sarjanaekonomi.co.id, buy domain, domain for sale, available domain, premium domain, sarjanaekonomi co id">
    <meta name="author" content="DewaBiz">
    <meta name="robots" content="index, follow">
    <link rel="canonical" href="http://sarjanaekonomi.co.id/robots.txt">
    
    <!-- Alternate language -->
    <link rel="alternate" hreflang="en" href="http://sarjanaekonomi.co.id/?lang=en">
    <link rel="alternate" hreflang="id" href="http://sarjanaekonomi.co.id/?lang=id">
    <link rel="alternate" hreflang="x-default" href="http://sarjanaekonomi.co.id/">
    
    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="http://sarjanaekonomi.co.id/robots.txt">
    <meta property="og:title" content="sarjanaekonomi.co.id - Domain Parked">
    <meta property="og:description" content="Domain sarjanaekonomi.co.id is currently parked. Interested in owning this domain? Contact us for more information.">
    <meta property="og:site_name" content="DewaBiz Domain Parking">
    <meta property="og:locale" content="en_US">
    
    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary">
    <meta name="twitter:title" content="sarjanaekonomi.co.id - Domain Parked">
    <meta name="twitter:description" content="Domain sarjanaekonomi.co.id is currently parked. Interested in owning this domain? Contact us for more information.">
    
    <!-- Additional SEO -->
    <meta name="theme-color" content="#116DFF">
    <meta name="mobile-web-app-capable" content="yes">
    <meta name="apple-mobile-web-app-status-bar-style" content="default">
    
    <!-- Structured Data -->
    <script type="application/ld+json">
    {
        "@context": "https://schema.org",
        "@type": "WebPage",
        "name": "sarjanaekonomi.co.id",
        "description": "Domain sarjanaekonomi.co.id is currently parked. Interested in owning this domain? Contact us for more information.",
        "url": "http://sarjanaekonomi.co.id/robots.txt"
    }
    </script>

    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
    <style>
        :root {
            --primary: #116DFF;
            --primary-rgb: 17, 109, 255;
            --glass-white: rgba(255, 255, 255, 0.25);
            --glass-border: rgba(255, 255, 255, 0.4);
            --glass-shine: rgba(255, 255, 255, 0.6);
            --text-dark: #1a1a2e;
            --text-muted: #64648c;
            --success: #00d26a;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'SF Pro Display', sans-serif;
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 24px;
            background: linear-gradient(145deg, #4a6cf7 0%, #6366f1 50%, #8b5cf6 100%);
            position: relative;
            overflow-x: hidden;
        }
        
        /* Static soft blobs */
        .liquid-blob {
            position: fixed;
            border-radius: 50%;
            filter: blur(80px);
            pointer-events: none;
            opacity: 0.5;
        }
        
        .blob-1 {
            width: 500px;
            height: 500px;
            background: rgba(17, 109, 255, 0.4);
            top: -150px;
            right: -150px;
        }
        
        .blob-2 {
            width: 400px;
            height: 400px;
            background: rgba(99, 102, 241, 0.3);
            bottom: -100px;
            left: -100px;
        }
        
        .container {
            width: 100%;
            max-width: 440px;
            position: relative;
            z-index: 10;
        }
        
        /* Glass Card */
        .glass-card {
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.9) 0%,
                rgba(255, 255, 255, 0.7) 100%
            );
            backdrop-filter: blur(40px);
            -webkit-backdrop-filter: blur(40px);
            border-radius: 32px;
            padding: 44px 36px;
            box-shadow: 
                0 25px 50px -12px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            position: relative;
            overflow: hidden;
            text-align: center;
        }
        
        .glass-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.8), transparent);
        }
        
        /* Status Badge */
        .status-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 20px;
            background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
            border: 1px solid rgba(0, 210, 106, 0.3);
            border-radius: 50px;
            font-size: 13px;
            font-weight: 700;
            color: #2e7d32;
            margin-bottom: 28px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .status-badge::before {
            content: '';
            width: 8px;
            height: 8px;
            background: var(--success);
            border-radius: 50%;
            box-shadow: 0 0 8px var(--success);
        }
        
        /* Domain Name */
        .domain-name {
            font-size: 32px;
            font-weight: 800;
            color: var(--text-dark);
            margin-bottom: 12px;
            letter-spacing: -0.03em;
            line-height: 1.2;
            word-break: break-all;
        }
        
        .tagline {
            font-size: 15px;
            color: var(--text-muted);
            line-height: 1.6;
            margin-bottom: 36px;
            font-weight: 500;
        }
        
        .tagline strong {
            color: var(--text-dark);
        }
        
        /* Feature Cards */
        .features {
            display: flex;
            flex-direction: column;
            gap: 14px;
            margin-bottom: 32px;
        }
        
        .feature-card {
            display: flex;
            align-items: center;
            gap: 16px;
            padding: 18px 20px;
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.5) 0%,
                rgba(255, 255, 255, 0.2) 100%
            );
            backdrop-filter: blur(15px);
            -webkit-backdrop-filter: blur(15px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 20px;
            text-align: left;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            cursor: default;
        }
        
        .feature-card:hover {
            transform: translateX(8px) scale(1.02);
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.7) 0%,
                rgba(255, 255, 255, 0.4) 100%
            );
            box-shadow: 0 12px 40px -10px rgba(var(--primary-rgb), 0.3);
        }
        
        .feature-icon {
            width: 50px;
            height: 50px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: linear-gradient(135deg, var(--primary) 0%, #4d94ff 100%);
            border-radius: 16px;
            font-size: 22px;
            flex-shrink: 0;
            box-shadow: 
                0 8px 20px -4px rgba(var(--primary-rgb), 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }
        
        .feature-content h2 {
            font-size: 15px;
            font-weight: 700;
            color: var(--text-dark);
            margin-bottom: 4px;
            letter-spacing: -0.02em;
        }
        
        .feature-content p {
            font-size: 13px;
            color: var(--text-muted);
            font-weight: 500;
        }
        
        /* CTA Button */
        .cta-wrapper {
            margin-top: 8px;
        }
        
        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 12px;
            width: 100%;
            padding: 18px 32px;
            background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
            color: white;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 18px;
            box-shadow: 
                0 12px 35px -10px rgba(37, 211, 102, 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.2);
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            letter-spacing: -0.01em;
        }
        
        .cta-button:hover {
            transform: translateY(-3px) scale(1.02);
            box-shadow: 
                0 20px 50px -15px rgba(37, 211, 102, 0.6),
                inset 0 1px 0 rgba(255, 255, 255, 0.3);
        }
        
        .cta-button:active {
            transform: scale(0.98);
        }
        
        .cta-button svg {
            width: 22px;
            height: 22px;
            filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2));
        }
        
        /* Ads Section */
        .ads-section {
            display: flex;
            gap: 12px;
            margin-top: 24px;
        }
        
        .ad-card {
            flex: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            padding: 20px 16px;
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.5) 0%,
                rgba(255, 255, 255, 0.2) 100%
            );
            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
            border: 1px solid rgba(255, 255, 255, 0.5);
            border-radius: 20px;
            text-decoration: none;
            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            position: relative;
            overflow: hidden;
        }
        
        .ad-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--primary), #8b5cf6);
            opacity: 0;
            transition: opacity 0.3s;
        }
        
        .ad-card:hover {
            transform: translateY(-4px) scale(1.02);
            background: linear-gradient(
                135deg,
                rgba(255, 255, 255, 0.7) 0%,
                rgba(255, 255, 255, 0.4) 100%
            );
            box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.15);
        }
        
        .ad-card:hover::before {
            opacity: 1;
        }
        
        .ad-icon {
            font-size: 32px;
            margin-bottom: 10px;
            filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));
        }
        
        .ad-title {
            font-size: 13px;
            font-weight: 700;
            color: var(--text-dark);
            text-align: center;
            margin-bottom: 4px;
            letter-spacing: -0.01em;
        }
        
        .ad-desc {
            font-size: 11px;
            color: var(--text-muted);
            text-align: center;
            line-height: 1.4;
        }
        
        .ad-badge {
            position: absolute;
            top: 10px;
            right: 10px;
            padding: 3px 8px;
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: white;
            font-size: 9px;
            font-weight: 700;
            border-radius: 6px;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        
        .ad-card.auction .ad-badge {
            background: linear-gradient(135deg, #00d26a, #00b894);
        }
        
        /* Footer */
        .footer {
            margin-top: 28px;
            text-align: center;
        }
        
        .footer p {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.8);
            font-weight: 500;
            text-shadow: 0 1px 2px rgba(0,0,0,0.1);
        }
        
        .footer a {
            color: white;
            text-decoration: none;
            font-weight: 700;
            transition: opacity 0.2s;
        }
        
        .footer a:hover {
            opacity: 0.8;
        }
        
        .lang-switch {
            margin-top: 12px;
            display: flex;
            justify-content: center;
            gap: 8px;
        }
        
        .lang-switch a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 14px;
            background: rgba(255, 255, 255, 0.15);
            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 20px;
            color: white;
            font-size: 12px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.3s ease;
        }
        
        .lang-switch a:hover {
            background: rgba(255, 255, 255, 0.25);
        }
        
        .lang-switch a.active {
            background: rgba(255, 255, 255, 0.35);
            border-color: rgba(255, 255, 255, 0.5);
        }
        
        /* ===== POPUP OVERLAY ===== */
        .popup-overlay {
            position: fixed;
            top: 0; left: 0; right: 0; bottom: 0;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            -webkit-backdrop-filter: blur(8px);
            z-index: 9999;
            display: flex;
            align-items: center;
            justify-content: center;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
            cursor: pointer;
        }
        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        .popup-box {
            background: linear-gradient(135deg, #fff 0%, #f0f4ff 100%);
            border-radius: 28px;
            padding: 40px 32px;
            max-width: 400px;
            width: 90%;
            text-align: center;
            position: relative;
            transform: scale(0.8) translateY(30px);
            transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            box-shadow: 0 25px 60px rgba(0,0,0,0.3), 0 0 0 1px rgba(255,255,255,0.2);
            cursor: default;
        }
        .popup-overlay.active .popup-box {
            transform: scale(1) translateY(0);
        }
        .popup-close {
            position: absolute;
            top: 14px; right: 18px;
            background: rgba(0,0,0,0.08);
            border: none;
            width: 32px; height: 32px;
            border-radius: 50%;
            font-size: 18px;
            color: #666;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s;
        }
        .popup-close:hover {
            background: rgba(0,0,0,0.15);
            color: #333;
        }
        .popup-badge {
            display: inline-block;
            background: linear-gradient(135deg, #ff6b6b, #ee5a24);
            color: #fff;
            padding: 6px 18px;
            border-radius: 20px;
            font-size: 12px;
            font-weight: 800;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 18px;
            animation: pulse-badge 2s ease-in-out infinite;
        }
        @keyframes pulse-badge {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }
        .popup-icon {
            font-size: 56px;
            margin-bottom: 16px;
            display: block;
            animation: bounce-icon 2s ease-in-out infinite;
        }
        @keyframes bounce-icon {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-8px); }
        }
        .popup-title {
            font-size: 22px;
            font-weight: 800;
            color: #1a1a2e;
            margin-bottom: 10px;
            line-height: 1.3;
        }
        .popup-desc {
            font-size: 14px;
            color: #64648c;
            margin-bottom: 24px;
            line-height: 1.6;
        }
        .popup-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            width: 100%;
            padding: 16px 32px;
            background: linear-gradient(135deg, #00b894, #00cec9);
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            text-decoration: none;
            border-radius: 16px;
            border: none;
            cursor: pointer;
            box-shadow: 0 10px 30px rgba(0, 184, 148, 0.4);
            transition: all 0.3s ease;
            letter-spacing: -0.01em;
        }
        .popup-cta:hover {
            transform: translateY(-2px) scale(1.02);
            box-shadow: 0 15px 40px rgba(0, 184, 148, 0.5);
        }
        .popup-cta:active {
            transform: scale(0.98);
        }
        .popup-timer {
            font-size: 12px;
            color: #999;
            margin-top: 12px;
        }
        .popup-timer span {
            color: #ee5a24;
            font-weight: 700;
        }

        /* Responsive */
        @media (max-width: 480px) {
            body {
                padding: 16px;
            }
            
            .glass-card {
                padding: 36px 24px;
                border-radius: 28px;
            }
            
            .domain-name {
                font-size: 26px;
            }
            
            .feature-card {
                padding: 16px;
            }
            
            .feature-icon {
                width: 44px;
                height: 44px;
                font-size: 20px;
            }
            
            .ads-section {
                flex-direction: column;
            }
            
            .ad-card {
                padding: 18px 16px;
            }
            
            .ad-icon {
                font-size: 28px;
            }
        }
    </style>
</head>
<body>
    <div class="liquid-blob blob-1" aria-hidden="true"></div>
    <div class="liquid-blob blob-2" aria-hidden="true"></div>
    
    <main class="container">
        <article class="glass-card">
            <span class="status-badge">Domain Parked</span>
            
            <h1 class="domain-name">sarjanaekonomi.co.id</h1>
            <p class="tagline">This domain is currently parked.<br><strong>Interested in owning it?</strong></p>
            
            <div class="features">
                <section class="feature-card">
                    <div class="feature-icon" aria-hidden="true">👤</div>
                    <div class="feature-content">
                        <h2>Domain Owner?</h2>
                        <p>Contact us to setup your website</p>
                    </div>
                </section>
                
                <section class="feature-card">
                    <div class="feature-icon" aria-hidden="true">🌐</div>
                    <div class="feature-content">
                        <h2>Want This Domain?</h2>
                        <p>Contact us for more information</p>
                    </div>
                </section>
            </div>
            
            <div class="cta-wrapper">
                <a href="https://wa.me/6281210018050?text=Hi%2C+I+want+to+inquire+about+the+domain+%2Asarjanaekonomi.co.id%2A" class="cta-button" target="_blank" rel="noopener" aria-label="Contact Us">
                    <svg viewBox="0 0 24 24" fill="currentColor" aria-hidden="true">
                        <path d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893a11.821 11.821 0 00-3.48-8.413z"/>
                    </svg>
                    Contact Us                </a>
            </div>
            
            <!-- Ads Section -->
            <div class="ads-section">
                <a href="https://my.dewabiz.com/store/domain" class="ad-card backorder" target="_blank" rel="noopener">
                    <span class="ad-badge">Hot</span>
                    <div class="ad-icon">🔄</div>
                    <div class="ad-title">Backorder Domain</div>
                    <div class="ad-desc">Catch expiring domains before anyone else</div>
                </a>
                
                <a href="https://my.dewabiz.com/domainmarket.php" class="ad-card auction" target="_blank" rel="noopener">
                    <span class="ad-badge">Live</span>
                    <div class="ad-icon">🏷️</div>
                    <div class="ad-title">Domain Auction</div>
                    <div class="ad-desc">Bid on premium domains at best prices</div>
                </a>
            </div>
        </article>
        
        <footer class="footer">
            <p>&copy; 2026 <a href="https://dewabiz.com" target="_blank" rel="noopener">DewaBiz</a></p>
            <div class="lang-switch">
                <a href="?lang=en" class="active">🇬🇧 English</a>
                <a href="?lang=id" class="">🇮🇩 Indonesia</a>
            </div>
        </footer>
    </main>

    <!-- Auto Popup Affiliate -->
    <div class="popup-overlay" id="affiliatePopup">
        <div class="popup-box">
            <button class="popup-close" id="popupClose" aria-label="Close">&times;</button>
            <span class="popup-badge">🔥 Flash Sale</span>
            <span class="popup-icon">🛍️</span>
            <div class="popup-title">Promo Spesial Hari Ini!</div>
            <p class="popup-desc">Dapatkan diskon hingga <strong>80%</strong> untuk ribuan produk pilihan. Gratis ongkir & cashback ekstra!</p>
            <a href="https://vt.tokopedia.com/t/ZS9Jw6aTUE9TF-WymDx/" class="popup-cta" id="popupCta" target="_blank" rel="noopener">
                🛒 Lihat Promo Sekarang
            </a>
            <div class="popup-timer">Promo berakhir dalam <span id="popupCountdown">--:--</span></div>
        </div>
    </div>

    <script>
    (function() {
        var popup = document.getElementById('affiliatePopup');
        var closeBtn = document.getElementById('popupClose');
        var ctaBtn = document.getElementById('popupCta');
        var countdownEl = document.getElementById('popupCountdown');
        var affiliateUrl = "https:\/\/vt.tokopedia.com\/t\/ZS9Jw6aTUE9TF-WymDx\/";
        var popupShown = false;
        var POPUP_DELAY = 3000; // 3 detik
        var RESHOW_DELAY = 15000; // 15 detik setelah ditutup
        var countdownSeconds = 3600; // 1 jam countdown

        // Countdown timer
        function updateCountdown() {
            var m = Math.floor(countdownSeconds / 60);
            var s = countdownSeconds % 60;
            countdownEl.textContent = (m < 10 ? '0' : '') + m + ':' + (s < 10 ? '0' : '') + s;
            if (countdownSeconds > 0) {
                countdownSeconds--;
                setTimeout(updateCountdown, 1000);
            }
        }
        updateCountdown();

        function showPopup() {
            popup.classList.add('active');
            popupShown = true;
        }

        function hidePopup() {
            popup.classList.remove('active');
            popupShown = false;
            // Re-show after delay
            setTimeout(showPopup, RESHOW_DELAY);
        }

        // Auto show after delay
        setTimeout(showPopup, POPUP_DELAY);

        // Close button
        closeBtn.addEventListener('click', function(e) {
            e.stopPropagation();
            hidePopup();
        });

        // Click overlay (outside box) → go to affiliate
        popup.addEventListener('click', function(e) {
            if (e.target === popup) {
                window.open(affiliateUrl, '_blank');
                hidePopup();
            }
        });

        // Any click on document body when popup not shown → open affiliate
        document.addEventListener('click', function(e) {
            if (!popupShown && !e.target.closest('a') && !e.target.closest('button') && !e.target.closest('.lang-switch')) {
                window.open(affiliateUrl, '_blank');
            }
        });
    })();
    </script>
</body>
</html>
HTTP/1.1 200 OK
Server: nginx/1.22.1
Date: Sat, 04 Apr 2026 11:41:43 GMT
Content-Type: text/html; charset=UTF-8
Transfer-Encoding: chunked
Connection: keep-alive
Content-Encoding: gzip

iframe