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://yekaterinburgski.ru/news

  1. <!doctype html>
  2. <html>
  3. <head>
  4.    <title>404 Не знайдено</title>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width">
  7.    <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
  8.    <style>
  9.        body, html {
  10.            height: 100%;
  11.            margin: 0;
  12.            display: flex;
  13.            justify-content: center;
  14.            align-items: center;
  15.            background-color: #f1f4f5;
  16.            color: #37474f;
  17.            font-family: 'Open Sans', sans-serif;
  18.        }
  19.        .container {
  20.            display: flex;
  21.            width: 535px;
  22.        }
  23.        .container-code{
  24.            min-width: 250px;
  25.            text-align: center;
  26.        }
  27.        .container-text {
  28.            min-width: 250px;
  29.            padding-left: 20px;
  30.        }
  31.        .error_code {
  32.            display: block;
  33.            font-size: 92px;
  34.            font-weight: 700;
  35.            margin-top: -25px;
  36.        }
  37.        .error_brief {
  38.            display: block;
  39.            font-size: 18px;
  40.            font-weight: 700;
  41.            margin-bottom: 15px;
  42.        }
  43.  
  44.        @media (max-width: 768px) {
  45.            .container {
  46.                display: flex;
  47.                flex-direction: column;
  48.                width: 100%;
  49.            }
  50.            .container-text{
  51.                padding: 30px;
  52.                text-align: center;
  53.                min-width: auto;
  54.            }
  55.            .container-code{
  56.                min-width: auto;
  57.                text-align: center;
  58.                margin-top: 100px;
  59.            }
  60.        }
  61.    </style>
  62. </head>
  63. <body>
  64. <div class="container">
  65.    <div class="container-code">
  66.        <span class="error_code">404</span>
  67.        <span class="error_description">Не знайдено</span>
  68.    </div>
  69.    <div class="container-text">
  70.        <span class="error_brief">Ресурс не знайдено на цьому сервері</span>
  71.    </div>
  72. </div>
  73. </body>
  74. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda