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://jester-soft.ws

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <title>Welcome!</title>
  5.  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6.  <style>
  7.    * {
  8.      margin: 0;
  9.      padding: 0;
  10.      border: 0 none;
  11.      background: none;
  12.    }
  13.    body {
  14.      font-weight: normal;
  15.      font-size: 11px;
  16.      font-family: Arial;
  17.    }
  18.    #login-wrapper {
  19.      width: 270px;
  20.      left: 50%;
  21.      margin-left: -135px;
  22.      position: absolute;
  23.      margin-top: -135px;
  24.      top: 50%;
  25.    }
  26.    #login-form {
  27.      width: 270px;
  28.      background: #78a5df;
  29.      height: 270px;
  30.      -webkit-border-radius: 135px;
  31.      -moz-border-radius: 135px;
  32.      border-radius: 135px;
  33.    }
  34.    ul li {
  35.      list-style: none;
  36.    }
  37.    .body-login-form .tab-content {
  38.      position: inherit;
  39.      padding: inherit;
  40.    }
  41.    .b-title {
  42.      text-align: center;
  43.      padding-top: 100px;
  44.      color: white;
  45.      margin-bottom: 20px;
  46.      font-size: 27px;
  47.    }
  48.    .b-content {
  49.      font-size: 12px;
  50.      color: #FFF;
  51.      text-align: center;
  52.    }
  53.    .b-copyright {
  54.      margin-top: 40px;
  55.      text-align: center;
  56.    }
  57.    .b-copyright__link {
  58.      color: #587b9d;
  59.    }
  60.    .b-text_lang_ru {
  61.      display: none;
  62.    }
  63.  </style>
  64. </head>
  65. <body class="body-login-form">
  66. <div id="main-wrapper">
  67.  <div id="overlay" class="hide"></div>
  68.  <div id="content" class="tab-content active" data-tabid="tab1"><div id="login-wrapper">
  69.    <div id="login-form">
  70.      <div id="login-form-form">
  71.        <h2 class="b-title b-text b-text_lang_en">Welcome!</h2>
  72.        <h2 class="b-title b-text b-text_lang_ru">Приветствуем!</h2>
  73.        <div class="b-content">
  74.          <span class="b-text b-text_lang_en">Site jester-soft.ws just created.</span>
  75.          <span class="b-text b-text_lang_ru">Сайт jester-soft.ws только что создан.</span>
  76.          <br/>
  77.          <span class="b-text b-text_lang_en">Real content coming soon.</span>
  78.          <span class="b-text b-text_lang_ru">Содержимое появится позже.</span>
  79.        </div>
  80.      </div>
  81.    </div>
  82.    <div class="b-copyright">
  83.      <a class="b-copyright__link" href="https://jester-soft.ws/" target="_blank">Jester-Software © 2006-<script type="text/javascript">document.write(new Date().getFullYear())</script></a>
  84.      <a class="b-copyright__link" href="/ssylki/" target="_blank"><script type="text/javascript">document.write(new Date().getFullYear())</script></a>
  85.      <a class="b-copyright__link" href="/ssylki2/" target="_blank">2023</a>
  86.      <a class="b-copyright__link" href="/ssylki3/" target="_blank">2024</a>
  87.    </div>
  88.    <div id="error-log" style="display: none;"></div>
  89.  </div></div>
  90. </div>
  91. <script type="text/javascript">
  92.  var platformLanguage = navigator && (
  93.      navigator.language ||
  94.        navigator.browserLanguage ||
  95.        navigator.systemLanguage ||
  96.        navigator.userLanguage ||
  97.        null ),
  98.    elemsRU, elemsEN;
  99.  if (platformLanguage.match("ru") && document.getElementsByClassName) {
  100.    elemsRU = document.getElementsByClassName("b-text_lang_ru");
  101.    elemsEN = document.getElementsByClassName("b-text_lang_en");
  102.    var l = elemsEN.length;
  103.    while(l--) {
  104.      elemsEN[l].style.display = "none";
  105.    }
  106.    l = elemsRU.length;
  107.    while(l--) {
  108.      elemsRU[l].style.display = "block";
  109.    }
  110.    document.title = "Приветствуем!";
  111.  }
  112. </script>
  113. </body>
  114. </html>
  115.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda