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: http://modul-n.ru

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <title>Website modul-n.ru is ready. The content is to be added</title>
  5.  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.  <style>
  7.    * {
  8.      margin: 0;
  9.      padding: 0;
  10.      box-sizing: border-box;
  11.    }
  12.    body {
  13.      font-family: 'Ubuntu', sans-serif;
  14.      height: 100vh;
  15.      min-height: 600px;
  16.      display: flex;
  17.      flex-direction: column;
  18.      color: #344A5E;
  19.    }
  20.    .central-content {
  21.      display: flex;
  22.      flex-grow: 1;
  23.      flex-shrink: 0;
  24.      flex-direction: column;
  25.      justify-content: center;
  26.      align-items: center;
  27.    }
  28.    .bottom-content {
  29.      height: 116px;
  30.      display: flex;
  31.      justify-content: center;
  32.      align-items: center;
  33.    }
  34.    .caption {
  35.      margin-top: 15px;
  36.      text-align: center;
  37.    }
  38.    .big-text {
  39.      font-weight: 500;
  40.      font-size: 18px;
  41.    }
  42.    .small-text {
  43.      font-size: 14px;
  44.    }
  45.    .ref {
  46.      font-size: 14px;
  47.      color: #0279C0;
  48.      text-decoration: none;
  49.    }
  50.    .ref:hover {
  51.      text-decoration: underline;
  52.    }
  53.    .pic {
  54.      margin-bottom: 15px;
  55.    }
  56.    .b-text_lang_ru {
  57.      display: none;
  58.    }
  59.  </style>
  60. </head>
  61. <body>
  62.  <div class="central-content">
  63.    <div class="big-text caption b-text_lang_en">Greetings!</div>
  64.    <div class="big-text caption b-text_lang_ru">Приветствуем!</div>
  65.    <div class="small-text caption b-text_lang_en">Website modul-n.ru is ready. The content is to be added.</div>
  66.    <div class="small-text caption b-text_lang_ru">Сайт modul-n.ru только что создан. Содержимое появится позже.</div>
  67.  </div>
  68. </body>
  69. </html>
  70.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda