<!doctype html><html lang="en"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Media Delivery Network</title><style>*{margin:0;box-sizing:border-box}body{font-family:-apple-system,Segoe UI,Roboto,sans-serif;background:#0f1220;color:#e7e9f3;line-height:1.6}header{padding:20px 40px;border-bottom:1px solid #232842;display:flex;align-items:center;gap:12px}header b{font-size:18px}main{max-width:860px;margin:60px auto;padding:0 24px}h1{font-size:40px;font-weight:700;letter-spacing:-.02em;margin-bottom:16px}p.lead{font-size:18px;color:#a6accf;margin-bottom:32px}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:40px}.card{background:#161a2e;border:1px solid #232842;border-radius:12px;padding:20px}.card h3{font-size:15px;margin-bottom:8px}.card p{font-size:13px;color:#8b91b8}footer{max-width:860px;margin:80px auto 40px;padding:24px;border-top:1px solid #232842;color:#6b7099;font-size:13px}</style></head><body><header><b>MDN</b><span style="color:#8b91b8">Media Delivery Network</span></header><main><h1>Fast, reliable content delivery</h1><p class="lead">Edge-cached media and static asset delivery for modern applications. Low latency, global reach.</p><div class="grid"><div class="card"><h3>Edge Caching</h3><p>Assets served from the nearest node for minimal latency.</p></div><div class="card"><h3>Media Streaming</h3><p>Optimized delivery for images, video and audio segments.</p></div><div class="card"><h3>HTTP/2 &amp; TLS</h3><p>Modern secure transport with multiplexing.</p></div></div></main><footer>&copy; 2026 Media Delivery Network. All rights reserved.</footer></body></html>