محبإ
<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="UTF-8"> <title>RAMY NET | Live Stream</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> /* ===== GLOBAL ===== */ body{ margin:0; font-family:"Cairo", Arial, sans-serif; background:linear-gradient(135deg,#0f2027,#203a43,#2c5364); color:#fff; } a{text-decoration:none} /* ===== ADS TOP ===== */ .ads-top{ background:#020617; padding:15px 0; display:flex; justify-content:center; align-items:center; gap:15px; perspective:1000px; flex-wrap:wrap; } /* إعلان دائري 360 */ .ad-360{ width:80px; height:80px; border-radius:50%; overflow:hidden; animation:spin360 6s linear infinite; cursor:pointer; } .ad-360:hover, .ad-360:active{ animation-play-state:paused; } .ad-360 img{ width:100%; height:100%; ...