It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://link.avito.ru/go?to=https%3A//cleantalkorg5.ru

  1. <!doctype html>
  2. <html>
  3.  
  4. <head>
  5.    <meta charset="utf-8">
  6.    <meta http-equiv="x-ua-compatible" content="ie=edge">
  7.    <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  8.    <title>
  9.        Выход с Авито
  10.    </title>
  11.    <style>
  12.        body {
  13.            display: flex;
  14.            flex-direction: column;
  15.            min-height: 100vh;
  16.            box-sizing: border-box;
  17.            padding: 4%;
  18.            margin: 0;
  19.            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  20.            font-size: 16px;
  21.            line-height: 1.5;
  22.            background-color: #ff6163;
  23.        }
  24.  
  25.        main,
  26.        header {
  27.            background-color: #fff;
  28.            box-sizing: border-box;
  29.        }
  30.  
  31.        main {
  32.            padding: 24px;
  33.        }
  34.  
  35.        .header__logo {
  36.            height: 24px;
  37.            padding: 20px 24px;
  38.            background: url(http://avito.ru/s/a/i/logo/logo-avito.svg) no-repeat 20px 18px;
  39.            background-size: auto 36px;
  40.        }
  41.  
  42.        .header__warning {
  43.            display: flex;
  44.            flex-wrap: wrap;
  45.            padding: 20px 24px 24px;
  46.            background-color: #ffe6e6;
  47.        }
  48.  
  49.        .header__description {
  50.            width: 100%;
  51.            padding: 13px 0 0;
  52.            font-size: 16px;
  53.            line-height: 24px;
  54.        }
  55.  
  56.        .header__icon {
  57.            display: inline-flex;
  58.            align-self: center;
  59.            margin-right: 12px;
  60.            margin-bottom: 14px;
  61.        }
  62.  
  63.        h1 {
  64.            display: inline-flex;
  65.            align-self: center;
  66.            font-weight: bold;
  67.            font-size: 25px;
  68.            line-height: 30px;
  69.            margin: 0;
  70.            color: #ff4053;
  71.        }
  72.  
  73.        h2 {
  74.            margin: 0 0 6px;
  75.            font-weight: bold;
  76.            font-size: 16px;
  77.            line-height: 24px;
  78.        }
  79.  
  80.        a {
  81.            color: #009CF0;
  82.        }
  83.  
  84.        p {
  85.            padding: 8px 0;
  86.            margin: 0;
  87.        }
  88.  
  89.        ul {
  90.            list-style: none;
  91.            padding: 0;
  92.            margin-top: 8px;
  93.            margin-bottom: 20px;
  94.        }
  95.  
  96.        li {
  97.            position: relative;
  98.            padding-left: 1.4em;
  99.            margin-top: 8px;
  100.            margin-bottom: 8px;
  101.        }
  102.  
  103.        li::before {
  104.            content: "—";
  105.            position: absolute;
  106.            left: 0;
  107.        }
  108.  
  109.        .buttons {
  110.            display: flex;
  111.            flex-direction: column;
  112.        }
  113.  
  114.        .link-as-button {
  115.            position: relative;
  116.            display: inline-flex;
  117.            display: -webkit-inline-box;
  118.            display: -ms-inline-flexbox;
  119.            -webkit-box-pack: center;
  120.            -ms-flex-pack: center;
  121.            justify-content: center;
  122.            -webkit-box-align: center;
  123.            -ms-flex-align: center;
  124.            -webkit-box-sizing: border-box;
  125.            box-sizing: border-box;
  126.            align-items: center;
  127.            padding: 5px 12px;
  128.            border: 1px solid #ccc;
  129.            border-radius: 3px;
  130.            margin: 0 0 20px;
  131.            text-align: center;
  132.            text-decoration: none;
  133.            font-size: 14px;
  134.            line-height: 1.3;
  135.            color: #000;
  136.            background-color: #fff;
  137.            cursor: pointer;
  138.            outline: 0;
  139.        }
  140.  
  141.        .link-as-button:hover {
  142.            background-color: #f5f5f5;
  143.        }
  144.  
  145.        .link-as-button:hover {
  146.            background-color: #e0e0e0;
  147.        }
  148.  
  149.        .link-as-button_safe {
  150.            background-color: #97cf27;
  151.            border-color: #97cf27;
  152.            color: #fff;
  153.        }
  154.  
  155.        .link-as-button_safe:hover {
  156.            background-color: #83C217;
  157.        }
  158.  
  159.        .link-as-button_safe:active {
  160.            background-color: #72B50E;
  161.        }
  162.  
  163.        @media screen and (min-width: 800px) {
  164.            body {
  165.                padding: 120px 10% 4%;
  166.            }
  167.  
  168.            main,
  169.            header {
  170.                background-color: #fff;
  171.                width: 53%;
  172.                min-width: 640px;
  173.                box-sizing: border-box;
  174.            }
  175.  
  176.            .buttons {
  177.                flex-direction: row;
  178.            }
  179.  
  180.            .link-as-button {
  181.                margin: 0 20px 0 0;
  182.            }
  183.  
  184.            .link-as-button_safe {
  185.                order: 2;
  186.            }
  187.  
  188.            .header__icon {
  189.                margin-bottom: 0;
  190.            }
  191.        }
  192.    </style>
  193. </head>
  194.  
  195. <body>
  196. <header>
  197.    <div class="header__logo"></div>
  198.  
  199.    <div class="header__warning">
  200.        <div class="header__icon">
  201.            <svg width="32" height="32" fill="none" xmlns="http://www.w3.org/2000/svg">
  202.                <rect width="32" height="32" rx="16" fill="#FF6163"/>
  203.                <path d="M19.497 7.2h-6.994a1 1 0 0 0-.707.293l-4.303 4.303a1 1 0 0 0-.293.707v6.994a1 1 0 0 0 .293.707l4.303 4.303a1 1 0 0 0 .707.293h6.994a1 1 0 0 0 .707-.293l4.303-4.303a1 1 0 0 0 .293-.707v-6.994a1 1 0 0 0-.293-.707l-4.303-4.303a1 1 0 0 0-.707-.293z" fill="#fff"/>
  204.                <path d="M15.886 11.2a.686.686 0 0 0-.686.686v4.228c0 .379.307.686.686.686h.228a.686.686 0 0 0 .686-.686v-4.228a.686.686 0 0 0-.686-.686h-.228zM16 20.8a1.2 1.2 0 1 0 0-2.4 1.2 1.2 0 0 0 0 2.4z" fill="#FF6163"/>
  205.                <defs>
  206.                    <filter id="filter0_d" x="5.2" y="6.2" width="21.6" height="21.6" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
  207.                        <feFlood flood-opacity="0" result="BackgroundImageFix"/>
  208.                        <feColorMatrix in="SourceAlpha" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"/>
  209.                        <feOffset dy="1"/>
  210.                        <feGaussianBlur stdDeviation="1"/>
  211.                        <feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.5 0"/>
  212.                        <feBlend mode="overlay" in2="BackgroundImageFix" result="effect1_dropShadow"/>
  213.                        <feBlend in="SourceGraphic" in2="effect1_dropShadow" result="shape"/>
  214.                    </filter>
  215.                </defs>
  216.            </svg>
  217.        </div>
  218.  
  219.        <h1 class="header-basic__inner">Осторожно! Подозрительный сайт!</h1>
  220.  
  221.        <p class="header__description">
  222.            <b>https://cleantalkorg5.ru</b>&nbsp;&mdash; этот сайт не&nbsp;имеет отношения к&nbsp;Авито, поэтому мы&nbsp;не&nbsp;можем проверить его подлинность, содержимое и&nbsp;безопасность.
  223.        </p>
  224.    </div>
  225. </header>
  226.  
  227. <main>
  228.    <h2>Мы&nbsp;просим вас обратить внимание:</h2>
  229.    <ul>
  230.        <li>
  231.            Не&nbsp;вводите данные банковской&nbsp;карты;
  232.        </li>
  233.        <li>
  234.            Не&nbsp;вводите ваши логин и&nbsp;пароль от&nbsp;Авито на других ресурсах. Сотрудники Авито никогда не&nbsp;просят
  235.            у&nbsp;вас пароль;
  236.        </li>
  237.        <li>
  238.            Если при переходе по&nbsp;ссылке вас просят ввести телефон или код для получения доступа к&nbsp;Авито, не&nbsp;делайте
  239.            этого;
  240.        </li>
  241.        <li>
  242.            Файлы и&nbsp;вложения можно открывать и&nbsp;устанавливать только если они от&nbsp;людей и&nbsp;сайтов,
  243.            которым вы&nbsp;доверяете.
  244.        </li>
  245.    </ul>
  246.  
  247.    <div class="buttons">
  248.        <a class="link-as-button link-as-button_safe" id="back-safe" href="https://www.avito.ru/">
  249.            Назад к&nbsp;безопасности
  250.        </a>
  251.  
  252.        <a class="link-as-button link-as-button_blocked" id="link-unsafe" href="https://cleantalkorg5.ru">
  253.            Я&nbsp;понимаю риск, перейти по&nbsp;ссылке
  254.        </a>
  255.    </div>
  256. </main>
  257.  
  258. <script>
  259.    document.addEventListener('DOMContentLoaded', function () {
  260.        let unsafeLink = document.getElementById('link-unsafe');
  261.        let backSafeLink = document.getElementById('back-safe');
  262.        let buttonClicked = false;
  263.  
  264.        let endpointUrl = 'https://link.avito.ru/go?to=';
  265.  
  266.        unsafeLink.addEventListener('click', function () {
  267.            navigator.sendBeacon(endpointUrl + 'click', '');
  268.            buttonClicked = true;
  269.        });
  270.  
  271.        backSafeLink.addEventListener('click', function () {
  272.            navigator.sendBeacon(endpointUrl + 'back', '');
  273.            buttonClicked = true;
  274.        });
  275.  
  276.        window.addEventListener('unload', function () {
  277.            if (!buttonClicked) {
  278.                navigator.sendBeacon(endpointUrl + 'unload', '');
  279.            }
  280.        });
  281.    });
  282. </script>
  283. </body>
  284.  
  285. </html>
  286.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda