<!DOCTYPE html><html lang="ru"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Netcloud — Облачные решения</title><style>*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0f172a;color:#e2e8f0;min-height:100vh;display:flex;flex-direction:column}header{padding:1.2rem 2rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #1e293b}header h1{font-size:1.4rem;font-weight:700;color:#38bdf8}nav a{color:#94a3b8;text-decoration:none;margin-left:2rem;font-size:.9rem}nav a:hover{color:#38bdf8}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;text-align:center}h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;line-height:1.2}h2 span{color:#38bdf8}p{color:#94a3b8;font-size:1.1rem;max-width:560px;line-height:1.7;margin-bottom:2rem}.btn{display:inline-block;padding:.8rem 2rem;background:#38bdf8;color:#0f172a;border-radius:8px;text-decoration:none;font-weight:700;font-size:.95rem;transition:opacity .2s}.btn:hover{opacity:.85}.features{display:flex;gap:2rem;margin-top:4rem;flex-wrap:wrap;justify-content:center}.card{background:#1e293b;border-radius:12px;padding:1.5rem;width:200px;text-align:center}.card h3{font-size:1rem;margin-bottom:.5rem;color:#f1f5f9}.card p{font-size:.85rem;color:#64748b}footer{text-align:center;padding:1.5rem;color:#475569;font-size:.8rem;border-top:1px solid #1e293b}</style></head><body><header><h1>⚡ Netcloud</h1><nav><a href="#">Услуги</a><a href="#">Тарифы</a><a href="#">Документация</a><a href="#">Поддержка</a></nav></header><main><h2>Надёжная <span>облачная</span><br>инфраструктура</h2><p>Виртуальные серверы, объектное хранилище и CDN для ваших проектов. Запустите за 60 секунд.</p><a href="#" class="btn">Начать бесплатно</a><div class="features"><div class="card"><h3>🚀 VPS</h3><p>SSD-серверы от 99₽/мес</p></div><div class="card"><h3>🔒 Защита</h3><p>DDoS-фильтрация 1 Тбит/с</p></div><div class="card"><h3>🌍 CDN</h3><p>120+ точек присутствия</p></div><div class="card"><h3>📦 S3</h3><p>Объектное хранилище</p></div></div></main><footer>© 2024 Netcloud Technologies. Все права защищены.</footer></body></html>