OK
http://zawaghalal.com/
Websites
Runtime: 1.2s
On October 19, 2025, 01:54 AM UTC, http://zawaghalal.com/ was accessible when tested on AS36947 in Algeria.
Failures
HTTP Experiment
null
DNS Experiment
null
Control
null
DNS Queries
Resolver:
172.253.5.156
Query:
IN A zawaghalal.com
Engine:
system
Name
Class
TTL
Type
DATA
@
IN
A
45.95.96.49
TCP Connections
Connection to 45.95.96.49:80 succeeded.
HTTP Requests
URL
GET https://zoripanu.com/
Response Headers
Connection:keep-aliveContent-Type:text/html; charset=UTF-8Date:Sun, 19 Oct 2025 01:54:49 GMTPermissions-Policy:geolocation=(), microphone=(), camera=()Server:nginx/1.18.0 (Ubuntu)X-Frame-Options:SAMEORIGIN
Response Body
<!DOCTYPE html> <html lang="ru"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Evola Shell - Развитие Карьеры и Лидерские Стратегии</title> <meta name="description" content= "Профессиональное развитие карьеры с Evola Shell. Изучите лидерские стратегии, программы обучения и достигните новых высот в своей карьере."> <meta name="keywords" content= "развитие карьеры, лидерство, программы обучения, профессиональный рост, Evola Shell"> <link rel="sitemap" type="application/xml" href="./sitemap.xml"> <link rel="icon" type="image/x-icon" href="./favicon.ico"> <link rel="preload" href="./project_gallery/logo.svg" as="image"> <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=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/paper-css@0.4.0/paper.min.css"> <style> :root { --primary-color: #98AD9E; --secondary-color: #BFD0C4; --tertiary-color: #E1E9E4; --text-dark: #2c3e50; --text-light: #6c7b7f; --white: #ffffff; --shadow-light: rgba(152, 173, 158, 0.15); --shadow-medium: rgba(152, 173, 158, 0.25); } * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: 'Inter', sans-serif; line-height: 1.6; color: var(--text-dark); background: linear-gradient(135deg, var(--tertiary-color) 0%, var(--white) 100%); min-height: 100vh; } .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; } header { background: linear-gradient(135deg, var(--white) 0%, var(--tertiary-color) 100%); border-bottom: 1px solid var(--secondary-color); box-shadow: 0 4px 20px var(--shadow-light); min-height: 85px; position: relative; overflow: hidden; } header::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><polygon fill="%23BFD0C4" fill-opacity="0.1" points="0,20 100,0 100,20"/></svg>'); z-index: 1; } .header-content { display: flex; align-items: center; justify-content: space-between; height: 85px; position: relative; z-index: 10; } .logo-container { display: flex; align-items: center; flex-shrink: 0; margin-right: 30px; position: relative; z-index: 20; } .logo-container img { height: 45px; width: auto; filter: drop-shadow(0 2px 8px var(--shadow-medium)); transition: transform 0.3s ease; } .logo-container:hover img { transform: scale(1.05); } .main-nav { flex: 1; display: flex; justify-content: flex-end; position: relative; z-index: 15; } .nav-list { display: flex; list-style: none; gap: clamp(15px, 3vw, 35px); align-items: center; flex-wrap: wrap; } .nav-list li { position: relative; } .nav-list a { text-decoration: none; color: var(--text-dark); font-weight: 500; font-size: clamp(14px, 1.5vw, 16px); padding: 12px 18px; border-radius: 25px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; display: inline-block; white-space: nowrap; background: rgba(255, 255, 255, 0.6); backdrop-filter: blur(10px); border: 1px solid transparent; } .nav-list a::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)); border-radius: 25px; opacity: 0; transition: opacity 0.3s ease; z-index: -1; } .nav-list a:hover { color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); transform: translateY(-2px); box-shadow: 0 8px 25px var(--shadow-medium); border-color: var(--primary-color); } .nav-list a:hover::before { opacity: 1; } footer { background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%); color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); margin-top: auto; position: relative; overflow: hidden; } footer::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 100%; background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 20"><polygon fill="%23ffffff" fill-opacity="0.05" points="0,0 100,20 0,20"/></svg>'); z-index: 1; } .footer-content { position: relative; z-index: 2; padding: 50px 0 30px; } .footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-bottom: 40px; } .footer-section h3 { font-size: 18px; font-weight: 600; margin-bottom: 20px; color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); position: relative; } .footer-section h3::after { content: ''; position: absolute; bottom: -8px; left: 0; width: 40px; height: 2px; background: var(--white); border-radius: 2px; } .footer-section p, .footer-section a { color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); margin-bottom: 8px; display: block; text-decoration: none; transition: all 0.3s ease; } .footer-section a:hover { color: var(--tertiary-color); text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); transform: translateX(5px); } .footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.2); padding-top: 25px; text-align: center; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; } .footer-bottom p { color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); font-size: 14px; } .footer-links { display: flex; gap: 20px; flex-wrap: wrap; } .footer-links a { color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); text-decoration: none; font-size: 14px; transition: all 0.3s ease; } .footer-links a:hover { color: var(--tertiary-color); text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); } .cookie-consent { position: fixed; bottom: 20px; left: 20px; right: 20px; max-width: 400px; background: var(--white); border: 1px solid var(--secondary-color); border-radius: 15px; padding: 20px; box-shadow: 0 10px 40px var(--shadow-medium); z-index: 1000; transform: translateY(100px); opacity: 0; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); backdrop-filter: blur(10px); } .cookie-consent.show { transform: translateY(0); opacity: 1; } .cookie-consent p { margin-bottom: 15px; font-size: 14px; line-height: 1.5; color: var(--text-dark); } .cookie-buttons { display: flex; gap: 10px; flex-wrap: wrap; } .cookie-btn { padding: 8px 16px; border: none; border-radius: 20px; font-size: 12px; cursor: pointer; transition: all 0.3s ease; font-weight: 500; } .cookie-accept { background: var(--primary-color); color: var(--white); text-shadow: 0 0 3px rgba(0, 0, 0, 0.5); } .cookie-accept:hover { background: var(--secondary-color); transform: translateY(-1px); } .cookie-decline { background: transparent; color: var(--text-light); border: 1px solid var(--secondary-color); } .cookie-decline:hover { background: var(--tertiary-color); color: var(--text-dark); } @media (max-width: 768px) { .header-content { flex-direction: column; height: auto; padding: 15px 0; gap: 15px; } .logo-container { margin-right: 0; } .main-nav { justify-content: center; } .nav-list { justify-content: center; gap: 10px; } .nav-list a { padding: 8px 12px; font-size: 14px; } .footer-bottom { flex-direction: column; text-align: center; } .cookie-consent { left: 10px; right: 10px; bottom: 10px; } } @media (max-width: 480px) { .nav-list { flex-direction: column; gap: 8px; } .footer-grid { grid-template-columns: 1fr; gap: 30px; } } .index-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0; box-sizing: border-box; } .hero-diagonal { position: relative; min-height: 100vh; background: linear-gradient(135deg, rgba(152, 173, 158, 0.9), rgba(191, 208, 196, 0.8)), url('./project_gallery/Oar7cPjw.jpg'); background-size: cover; background-position: center center; background-attachment: fixed; display: flex; align-items: center; clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%); overflow: hidden; } .hero-content-wrapper { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; z-index: 3; } .hero-main-title { font-size: 4.2rem; font-weight: 800; color: #ffffff; line-height: 1.1; margin-bottom: 30px; text-shadow: 2px 2px 8px rgba(0,0,0,0.6); transform: translateX(-20px); animation: slideInLeft 1.2s ease-out forwards; } .hero-subtitle-text { font-size: 1.4rem; color: #ffffff; line-height: 1.6; margin-bottom: 40px; max-width: 600px; text-shadow: 1px 1px 4px rgba(0,0,0,0.5); opacity: 0; animation: fadeInUp 1.5s ease-out 0.5s forwards; } .cta-buttons-group { display: flex; gap: 20px; margin-top: 50px; opacity: 0; animation: fadeInUp 1.8s ease-out 1s forwards; } .primary-cta-btn { background: linear-gradient(45deg, #98AD9E, #BFD0C4); color: #ffffff; padding: 18px 35px; text-decoration: none; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 6px 20px rgba(152, 173, 158, 0.4); position: relative; z-index: 10; cursor: pointer; } .secondary-cta-btn { background: transparent; color: #ffffff; padding: 18px 35px; text-decoration: none; border: 2px solid #ffffff; border-radius: 50px; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; position: relative; z-index: 10; cursor: pointer; } .primary-cta-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(152, 173, 158, 0.6); background: linear-gradient(45deg, #BFD0C4, #E1E9E4); } .secondary-cta-btn:hover { background: #ffffff; color: #98AD9E; transform: translateY(-3px); } .process-revelation { padding: 120px 0; background: linear-gradient(45deg, #E1E9E4, #ffffff); position: relative; margin-top: -50px; z-index: 2; } .process-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; } .process-header { text-align: center; margin-bottom: 80px; } .process-title { font-size: 3rem; color: #98AD9E; font-weight: 700; margin-bottom: 20px; position: relative; } .process-description { font-size: 1.2rem; color: #555555; line-height: 1.7; max-width: 700px; margin: 0 auto; } .steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 40px; margin-top: 60px; } .step-card { background: #ffffff; padding: 40px 30px; border-radius: 20px; box-shadow: 0 10px 30px rgba(152, 173, 158, 0.15); transition: all 0.4s ease; position: relative; overflow: hidden; } .step-card:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(152, 173, 158, 0.25); } .step-number { width: 60px; height: 60px; background: linear-gradient(135deg, #98AD9E, #BFD0C4); color: #ffffff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 700; margin-bottom: 25px; } .step-heading { font-size: 1.4rem; color: #98AD9E; font-weight: 600; margin-bottom: 15px; } .step-details { color: #666666; line-height: 1.6; font-size: 1rem; } .program-showcase { padding: 100px 0; background: url('./project_gallery/NERHTJ.jpg') center center; background-size: cover; position: relative; } .program-showcase::before { content: ''; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(152, 173, 158, 0.9), rgba(191, 208, 196, 0.8)); z-index: 1; } .program-content { position: relative; z-index: 2; width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 40px; } .program-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; } .program-info { color: #ffffff; } .program-main-title { font-size: 2.8rem; font-weight: 700; margin-bottom: 30px; text-shadow: 2px 2px 6px rgba(0,0,0,0.4); } .program-overview { font-size: 1.1rem; line-height: 1.8; margin-bottom: 40px; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .features-list { list-style: none; padding: 0; margin: 0; } .feature-item { display: flex; align-items: center; margin-bottom: 20px; font-size: 1.1rem; color: #ffffff; text-shadow: 1px 1px 3px rgba(0,0,0,0.3); } .feature-icon { width: 12px; height: 12px; background: #ffffff; border-radius: 50%; margin-right: 15px; flex-shrink: 0; } .metrics-dashboard { background: rgba(255, 255, 255, 0.15); padding: 40px; border-radius: 20px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); } .metrics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; } .metric-box { text-align: center; color: #ffffff; } .metric-value { font-size: 2.5rem; font-weight: 800; margin-bottom: 10px; text-shadow: 2px 2px 4px rgba(0,0,0,0.4); } .metric-label { font-size: 0.9rem; opacity: 0.9; text-shadow: 1px 1px 2px rgba(0,0,0,0.3); } .testimonial-spotlight { padding: 120px 0; background: linear-gradient(180deg, #ffffff, #E1E9E4); position: relative; } .testimonial-container { width: 100%; max-width: 1000px; margin: 0 auto; padding: 0 40px; text-align: center; } .testimonial-header { margin-bottom: 60px; } .testimonial-section-title { font-size: 2.5rem; color: #98AD9E; font-weight: 700; margin-bottom: 20px; } .testimonial-card { background: #ffffff; padding: 50px 40px; border-radius: 25px; box-shadow: 0 15px 40px rgba(152, 173, 158, 0.2); position: relative; max-width: 800px; margin: 0 auto; } .testimonial-quote { font-size: 1.3rem; color: #555555; line-height: 1.8; margin-bottom: 40px; font-style: italic; position: relative; } .testimonial-quote::before { content: '"'; font-size: 4rem; color: #BFD0C4; position: absolute; top: -20px; left: -20px; font-family: serif; } .testimonial-author { display: flex; align-items: center; justify-content: center; gap: 20px; } .author-photo { width: 70px; height: 70px; border-radius: 50%; background: url('./project_gallery/VO9cnpe0K1.jpg') center center; background-size: cover; border: 3px solid #BFD0C4; } .author-info { text-align: left; } .author-name { font-size: 1.2rem; font-weight: 600; color: #98AD9E; margin-bottom: 5px; } .author-role { font-size: 1rem; color: #777777; } @keyframes slideInLeft { from { opacity: 0; transform: translateX(-50px); } to { opacity: 1; transform: translateX(0); } } @keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 768px) { .index-container { padding: 0 20px; } .hero-diagonal { clip-path: none; min-height: 80vh; background-attachment: scroll; } .hero-content-wrapper { padding: 0 20px; text-align: center; } .hero-main-title { font-size: 2.5rem; transform: none; } .hero-subtitle-text { font-size: 1.1rem; } .cta-buttons-group { flex-direction: column; align-items: center; gap: 15px; } .primary-cta-btn, .secondary-cta-btn { width: 100%; max-width: 280px; text-align: center; } .process-revelation { padding: 80px 0; margin-top: 0; } .process-container { padding: 0 20px; } .process-title { font-size: 2.2rem; } .steps-grid { grid-template-columns: 1fr; gap: 30px; } .program-showcase { padding: 80px 0; } .program-content { padding: 0 20px; } .program-layout { grid-template-columns: 1fr; gap: 50px; } .program-main-title { font-size: 2.2rem; } .metrics-dashboard { padding: 30px 20px; } .metrics-grid { grid-template-columns: 1fr; gap: 20px; } .metric-value { font-size: 2rem; } .testimonial-spotlight { padding: 80px 0; } .testimonial-container { padding: 0 20px; } .testimonial-section-title { font-size: 2rem; } .testimonial-card { padding: 30px 25px; } .testimonial-quote { font-size: 1.1rem; } .testimonial-author { flex-direction: column; text-align: center; } .author-info { text-align: center; } } @media (max-width: 480px) { .hero-main-title { font-size: 2rem; } .hero-subtitle-text { font-size: 1rem; } .process-title { font-size: 1.8rem; } .program-main-title { font-size: 1.8rem; } .testimonial-section-title { font-size: 1.8rem; } .step-card { padding: 30px 20px; } .testimonial-card { padding: 25px 20px; } } </style> <script type="application/ld+json"> { "@context": "https: "@type": "Organization", "name": "Evola Shell", "url": "https: "address": { "@type": "PostalAddress", "streetAddress": "Ulitsa Auyel'bekova 90", "addressLocality": "Kokshetau", "postalCode": "020000", "addressCountry": "Kazakhstan" }, "telephone": "+77775882859", "email": "support@evolashell.com", "description": "Professional career development and leadership training platform", "service": { "@type": "Service", "name": "Leadership Development Program", "description": "Comprehensive career advancement and leadership skills training" } } </script> </head> <body> <header> <div class="container"> <div class="header-content"> <div class="logo-container"><img src="./project_gallery/logo.svg" alt="Evola Shell Logo"> </div> <nav class="main-nav"> <ul class="nav-list"> <li> <a href="./">Главная</a> </li> <li> <a href="./reach-out.html">Контакты</a> </li> <li> <a href="./our-story.html">О нас</a> </li> <li> <a href="./educational-program.html">Программа обучения</a> </li> <li> <a href="./academy-blog.html">Блог</a> </li> </ul> </nav> </div> </div> </header> <main> <div class="index-container"> <section class="hero-diagonal"> <div class="hero-content-wrapper"> <h1 class="hero-main-title">Трансформируйте свою карьеру с научным подходом к лидерству</h1> <p class="hero-subtitle-text">Откройте систему развития, которая превращает амбиции в конкретные результаты. Мы соединяем проверенные методики с индивидуальным подходом — потому что каждый путь к успеху уникален.</p> <div class="cta-buttons-group"> <a href="./educational-program.html" class="primary-cta-btn">Начать программу</a> <a href="./our-story.html" class="secondary-cta-btn">Узнать больше</a> </div> </div> </section> <section class="process-revelation"> <div class="process-container"> <div class="process-header"> <h2 class="process-title">Как работает наша методика</h2> <p class="process-description">В основе лежит понимание того, что лидерство — это не врождённый талант, а набор навыков, которые можно развить системно. Наш подход строится на четырёх ключевых этапах.</p> </div> <div class="steps-grid"> <div class="step-card"> <div class="step-number"> 01 </div> <h3 class="step-heading">Диагностика потенциала</h3> <p class="step-details">Глубокий анализ ваших текущих компетенций, мотивационных факторов и скрытых ресурсов. Определяем не только что нужно развивать, но и как именно вы лучше всего усваиваете новые навыки.</p> </div> <div class="step-card"> <div class="step-number"> 02 </div> <h3 class="step-heading">Персональная стратегия</h3> <p class="step-details">Создаём индивидуальный план развития с конкретными целями и измеримыми результатами. Каждый этап адаптирован под ваш темп обучения и профессиональные задачи.</p> </div> <div class="step-card"> <div class="step-number"> 03 </div> <h3 class="step-heading">Практическое применение</h3> <p class="step-details">Отрабатываем навыки в реальных ситуациях с постоянной обратной связью. Не теория в вакууме, а конкретные инструменты для решения ваших профессиональных задач.</p> </div> <div class="step-card"> <div class="step-number"> 04 </div> <h3 class="step-heading">Закрепление результата</h3> <p class="step-details">Формируем устойчивые привычки и системы самоконтроля. Помогаем встроить новые навыки в повседневную работу так, чтобы прогресс продолжался после завершения программы.</p> </div> </div> </div> </section> <section class="program-showcase"> <div class="program-content"> <div class="program-layout"> <div class="program-info"> <h2 class="program-main-title">Программа, которая работает</h2> <p class="program-overview">Мы изучили опыт сотен успешных лидеров и выделили ключевые компетенции, которые действительно влияют на карьерный рост. Результат — программа, где каждый модуль решает конкретную задачу.</p> <ul class="features-list"> <li class="feature-item">Развитие эмоционального интеллекта и навыков коммуникации</li> <li class="feature-item">Стратегическое мышление и принятие решений в условиях неопределённости</li> <li class="feature-item">Управление командой и мотивация сотрудников</li> <li class="feature-item">Личная эффективность и тайм-менеджмент</li> <li class="feature-item">Навыки презентации и публичных выступлений</li> <li class="feature-item">Построение профессиональной сети и personal branding</li> </ul> </div> <div class="metrics-dashboard"> <div class="metrics-grid"> <div class="metric-box"> <div class="metric-value"> 92% </div> <div class="metric-label"> участников получили повышение в течение года </div> </div> <div class="metric-box"> <div class="metric-value"> 47% </div> <div class="metric-label"> средний рост дохода выпускников </div> </div> <div class="metric-box"> <div class="metric-value"> 6 мес </div> <div class="metric-label"> средний срок достижения первых результатов </div> </div> <div class="metric-box"> <div class="metric-value"> 4.8/5 </div> <div class="metric-label"> рейтинг программы от участников </div> </div> </div> </div> </div> </div> </section> <section class="testimonial-spotlight"> <div class="testimonial-container"> <div class="testimonial-header"> <h2 class="testimonial-section-title">Истории успеха</h2> </div> <div class="testimonial-card"> <p class="testimonial-quote">Я думал, что для карьерного роста достаточно хорошо выполнять свою работу. Программа показала, как важно развивать навыки коммуникации и стратегического мышления. Через восемь месяцев после завершения курса получил предложение о переходе на позицию регионального директора. Самое ценное — это не разовые советы, а системный подход к развитию лидерских качеств.</p> <div class="testimonial-author"> <div class="author-photo"> </div> <div class="author-info"> <div class="author-name"> Алексей Морозов </div> <div class="author-role"> Региональный директор, IT-компания </div> </div> </div> </div> </div> </section> </div> </main> <footer> <div class="container"> <div class="footer-content"> <div class="footer-grid"> <div class="footer-section"> <h3>Контактная информация</h3> <p>Улица Ауэльбекова 90</p> <p>Кокшетау 020000, Казахстан</p> <p>Телефон: +77775882859</p> <a href="mailto:support@evolashell.com">support@evolashell.com</a> </div> <div class="footer-section"> <h3>Навигация</h3> <a href="./">Главная</a> <a href="./our-story.html">О нас</a> <a href= "./educational-program.html">Программа обучения</a> <a href= "./academy-blog.html">Блог</a> <a href="./reach-out.html">Контакты</a> </div> <div class="footer-section"> <h3>Правовая информация</h3> <a href="./cookie-preferences.html">Политика cookies</a> <a href= "./privacy.html">Политика конфиденциальности</a> </div> </div> <div class="footer-bottom"> <p>© 2025 Evola Shell. Все права защищены.</p> <div class="footer-links"> <a href="./cookie-preferences.html">Политика cookies</a> <a href= "./privacy.html">Политика конфиденциальности</a> </div> </div> </div> </div> </footer> <div class="cookie-consent" id="cookieConsent"> <p>Мы используем файлы cookie для улучшения вашего опыта на нашем сайте. Продолжая использовать сайт, вы соглашаетесь с нашей политикой cookie.</p> <div class="cookie-buttons"> <button class="cookie-btn cookie-accept" onclick="acceptCookies()">Принять</button> <button class="cookie-btn cookie-decline" onclick="declineCookies()">Отклонить</button> </div> </div> <script> function showCookieConsent() { if (!localStorage.getItem('cookieConsent')) { setTimeout(() => { document.getElementById('cookieConsent').classList.add('show'); }, 1000); } } function acceptCookies() { localStorage.setItem('cookieConsent', 'accepted'); hideCookieConsent(); } function declineCookies() { localStorage.setItem('cookieConsent', 'declined'); hideCookieConsent(); } function hideCookieConsent() { document.getElementById('cookieConsent').classList.remove('show'); } document.addEventListener('DOMContentLoaded', showCookieConsent); </script> </body> </html>
URL
GET http://zawaghalal.com/
Response Headers
Connection:keep-aliveContent-Length:178Content-Type:text/htmlDate:Sun, 19 Oct 2025 01:54:49 GMTLocation:https://zoripanu.com/Server:nginx/1.18.0 (Ubuntu)
Response Body
<html> <head><title>301 Moved Permanently</title></head> <body> <center><h1>301 Moved Permanently</h1></center> <hr><center>nginx/1.18.0 (Ubuntu)</center> </body> </html>
Resolver
Resolver ASN
AS15169
Resolver IP
172.253.5.156
Resolver Network Name
Google LLC
Report ID
20251019T015034Z_webconnectivity_DZ_36947_n4_jNqjmzJ1kIplEgZd
Platform
android
Software Name
ooniprobe-android-unattended (5.2.2)
Measurement Engine
ooniprobe-engine (3.27.0)