Articles

Affichage des articles du décembre, 2025
<!DOCTYPE html> <html lang="ar" dir="rtl"> <head> <meta charset="UTF-8"> <title>احصل على العرض الآن</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <style> body { font-family: Tahoma, Arial, sans-serif; background: linear-gradient(135deg, #0f2027, #203a43, #2c5364); margin: 0; padding: 0; color: #fff; } .container { max-width: 420px; margin: 60px auto; background: #ffffff; color: #222; padding: 25px; border-radius: 12px; text-align: center; box-shadow: 0 15px 30px rgba(0,0,0,0.3); } h1 { font-size: 22px; margin-bottom: 15px; } p { font-size: 15px; line-height: 1.7; margin-bot...