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 {
  10.            background-color: #f1f4f5;
  11.            color: #37474f;
  12.            line-height: 1.4;
  13.            font-family: 'Open Sans', sans-serif;
  14.            margin: 0;
  15.            padding: 0;
  16.            }
  17.        .error_code {
  18.            display: block;
  19.            font-size: 92px;
  20.            font-weight: 700;
  21.            margin-top: -25px;
  22.            }
  23.        .error_brief {
  24.            display: block;
  25.            font-size: 18px;
  26.            font-weight: 700;
  27.            margin-bottom: 15px;
  28.            }
  29.    </style>
  30. </head>
  31. <body>
  32.  
  33. <div style="display: table; position: absolute; height: 100%; width: 100%;">
  34.    <div style="display: table-cell; vertical-align: middle; padding: 0 40px;">
  35.        <div style="margin-left: auto; margin-right: auto; width: 520px;">
  36.            <div style="float:left; width:200px; text-align: center; padding-right: 20px;">
  37.                <span class="error_code">404</span>
  38.                <span class="error_description">Не знайдено</span>
  39.            </div>
  40.            <div style="float:left; width:300px;">
  41.                <span class="error_brief">Ресурс не знайдено на цьому сервері</span>
  42.            </div>
  43.            <div style="clear:both"></div>
  44.        </div>
  45.    </div>
  46. </div>
  47.  
  48. </body>
  49. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda