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

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <title>200 Success/Сайт успешно запущен</title>
  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" />
  8.    <link rel="icon" href="//www.hostland.ru/favicon.ico" type="image/x-icon">
  9.    <link rel="stylesheet" href="//static.hostland.ru/welcome/css/bootstrap-4.min.css" />
  10.    <style>
  11.      body {
  12.        font: 0.8em Arial, Helvetica, sans-serif;
  13.        position: relative;
  14.        z-index: 0;
  15.        margin: 0;
  16.        padding: 0 0 1em 0;
  17.        color: #000;
  18.        background: #fff;
  19.        font-size: 16px;
  20.      }
  21.      p {
  22.        line-height: 20px;
  23.      }
  24.      .hostname {
  25.        word-wrap: break-word;
  26.      }
  27.      .status-number {
  28.        display: inline-block;
  29.        padding: 6px 12px;
  30.        margin-left: 15px;
  31.        background-color: #999;
  32.        color: #fff;
  33.        font-size: 30px;
  34.        border-radius: 3px;
  35.      }
  36.      .status-text {
  37.        display: block;
  38.        margin-left: 15px;
  39.        margin-top: 5px;
  40.        font-size: 16px;
  41.      }
  42.      .logo-container {
  43.        display: inline-flex;
  44.        width: 100%;
  45.        justify-content: flex-start;
  46.        position: relative;
  47.        left: -15px;
  48.      }
  49.      .logo-container__image {
  50.        width: 280px;
  51.        margin-bottom: 15px;
  52.      }
  53.      .tech-header {
  54.          font-size: 1.8em;
  55.          color: #777777;
  56.          line-height: 30px;
  57.      }
  58.      .decimal-list {
  59.        list-style-type: decimal;
  60.        padding-left: 15px;
  61.      }
  62.      .decimal-list__item {
  63.        margin-bottom: 5px;
  64.      }
  65.      .unordered-list {
  66.        padding-left: 0;
  67.        list-style-type: none;
  68.      }
  69.      .unordered-list__item {
  70.        margin-bottom: 4px;
  71.      }
  72.      .unordered-list__item:before {
  73.        color: #00aaff;
  74.        font-size: 18px;
  75.        content: '\2022';
  76.        padding-right: 7px;
  77.      }
  78.      .unordered-list__link {
  79.        border-bottom: 2px dotted #00aaff;
  80.      }
  81.      .unordered-list__link:hover {
  82.        border-bottom: none;
  83.        text-decoration: none;
  84.      }
  85.      .br-line {
  86.        height: 5px;
  87.        margin: 20px 0 15px;
  88.        background-color: rgb(135, 179, 218);
  89.      }
  90.      /* === === === */
  91.      .b-search {
  92.        font-size: 100%;
  93.        margin: 0;
  94.      }
  95.      .b-search__table {
  96.        border-collapse: collapse;
  97.        width: 100%;
  98.      }
  99.      .b-search__under {
  100.        padding: 0;
  101.        vertical-align: top;
  102.      }
  103.      .b-search__input,
  104.      .b-search__button {
  105.        padding: 0;
  106.        vertical-align: middle;
  107.        border-collapse: collapse;
  108.      }
  109.      .b-search__submit {
  110.        font: 100% Arial, sans-serif;
  111.        margin: 0;
  112.      }
  113.      .b-search__under {
  114.        height: 18px;
  115.      }
  116.      .b-search__under .b-suggest {
  117.        margin-right: 4.85em;
  118.      }
  119.      .b-search__input .b-input__text:-moz-first-node {
  120.        height: 1.86em;
  121.      }
  122.      .b-search__wrap-input,
  123.      .b-search__wrap-button {
  124.        display: block;
  125.      }
  126.      .b-search__under_col_right {
  127.        width: 1%;
  128.        padding: 3px 0 0 0.5em;
  129.      }
  130.      .b-search__empty {
  131.        padding: 0;
  132.      }
  133.      .b-search__under .b-suggest {
  134.        margin-right: 0;
  135.      }
  136.      .b-search__input {
  137.        width: 100%;
  138.      }
  139.      .b-search__input .b-form-input {
  140.        position: relative;
  141.        min-width: 3.2em;
  142.      }
  143.      .b-search__button {
  144.        padding-left: 6px;
  145.        vertical-align: middle;
  146.      }
  147.      .b-form-input {
  148.        display: block;
  149.      }
  150.      .b-form-input__box {
  151.        display: block;
  152.        -moz-box-sizing: border-box;
  153.        -webkit-box-sizing: border-box;
  154.        box-sizing: border-box;
  155.        padding-left: 0.3em;
  156.        border: 1px solid;
  157.        border-color: #a3a3a3 #c6c6c6 #e5e5e5;
  158.        background: #fff;
  159.        -webkit-box-shadow: inset 0 1px 1px #cfcfcf;
  160.        -moz-box-shadow: inset 0 1px 1px #cfcfcf;
  161.        box-shadow: inset 0 1px 1px #cfcfcf;
  162.      }
  163.      .b-form-input__input {
  164.        font: 100% Arial, sans-serif;
  165.        -moz-box-sizing: border-box;
  166.        -webkit-box-sizing: border-box;
  167.        box-sizing: border-box;
  168.        width: 100%;
  169.        height: 100%;
  170.        margin: 0;
  171.        border: 0;
  172.        outline: 0;
  173.        background: none;
  174.      }
  175.      .b-form-input_focused_yes .b-form-input__box {
  176.        -webkit-box-shadow: inset 0 1px 1px #cfcfcf, 0 0 1px #ffd94f,
  177.          0 0 1px #ffd94f, 0 0 2px #ffd94f;
  178.        -moz-box-shadow: inset 0 1px 1px #cfcfcf, 0 0 1px #ffd94f,
  179.          0 0 1px #ffd94f, 0 0 2px #ffd94f;
  180.        box-shadow: inset 0 1px 1px #cfcfcf, 0 0 1px #ffd94f, 0 0 1px #ffd94f,
  181.          0 0 2px #ffd94f;
  182.      }
  183.      .b-form-input_size_16 .b-form-input__hint,
  184.      .b-form-input_size_16 .b-form-input__input {
  185.        font-size: 16px;
  186.      }
  187.      .b-form-input_size_16 .b-form-input__box {
  188.        height: 26px;
  189.      }
  190.      @media all and (max-width: 767px) {
  191.        .logo-container {
  192.          justify-content: center;
  193.        }
  194.      }
  195.      @media all and (max-width: 570px) {
  196.        .status-container {
  197.          display: flex;
  198.          justify-content: center
  199.        }
  200.        .status-text {
  201.          display: flex;
  202.          align-items: center;
  203.        }
  204.      }
  205.    </style>
  206.  </head>
  207.  
  208.  <body class="b-page b-page_type_boring">
  209.    <div class="container mt-4">
  210.      <div class="row">
  211.        <div class="col-xl-4 col-lg-5 col-md-5 col-sm-7 col-12">
  212.          <a class="logo-container" href="//www.hostland.ru/">
  213.            <img class="logo-container__image" src="//static.hostland.ru/welcome/img/logo1.svg" alt="Хостланд" />
  214.          </a>
  215.        </div>
  216.        <div class="col-xl-8 col-lg-7 col-md-7 col-sm-5 col-12 mb-3">
  217.          <div class="status-container">
  218.              <span class="status-number">200</span>
  219.              <span class="status-text">Сайт успешно запущен</span>
  220.          </div>
  221.        </div>
  222.      </div>
  223.    </div>
  224.  
  225.    <div class="container">
  226.      <div clas="row">
  227.        <div class="col-12">
  228.          <div class="mt-2 tech-main-content">
  229.            <div class="tech-header">Сайт <i><span class="hostname" style="font-size: 100%;"></span></i> успешно размещен</div>
  230.            <p class="mt-3 tech-main-content">Поздравляем Вас! Сайт <b class="hostname"></b> успешно прикреплен к технической площадке Hostland. <br /> Чтобы сменить данную страничку на Вашу собственную, Вам необходимо провести следующие действия:</p>
  231.            <ol class="decimal-list">
  232.              <li class="decimal-list__item">Авторизоваться по фтп</li>
  233.              <li class="decimal-list__item">Пройти в директорию с Вашим доменом, далее директории <i>./htdocs/www</i></li>
  234.              <li class="decimal-list__item">Удалить файл <i>index.html</i> и закачать вместо него свой собственный</li>
  235.            </ol>
  236.            <div class="tech-header mt-4">Мы знаем, что у Вас есть выбор — благодарим, что выбрали нас</div>
  237.            <div class="mt-3">
  238.              <p class="mb-1">Наши услуги:</p>
  239.              <ul class="unordered-list">
  240.                <li class="unordered-list__item">
  241.                  <a href="//www.hostland.ru" class="unordered-list__link">Хостинг сайтов</a>
  242.                </li>
  243.                <li class="unordered-list__item">
  244.                  <a href="//www.hostland.ru/services/domain/" class="unordered-list__link">Регистрация доменов</a>
  245.                </li>
  246.                <li class="unordered-list__item">
  247.                  <a href="//www.hostland.ru/tarif/vds" class="unordered-list__link">Хостинг VDS</a>
  248.                </li>
  249.                <li class="unordered-list__item">
  250.                  <a href="//www.hostland.ru/vds/about_extended_administration" class="unordered-list__link">Администрирование серверов</a>
  251.                </li>
  252.              </ul>
  253.            </div>
  254.          </div>
  255.          <p class="mt-4 mb-2">Поиск по сайту <b>www.hostland.ru</b>:</p>
  256.          <div
  257.            class="b-search-wrap"
  258.            style="margin-bottom:0px"
  259.          >
  260.            <form style="margin:0" action="//www.hostland.ru/search">
  261.              <table class="b-search">
  262.                <tbody>
  263.                  <tr>
  264.                    <td class="b-search__input">
  265.                      <span
  266.                        class="b-form-input b-form-input_size_16 i-bem"
  267.                        onclick="return {'b-form-input':{autoFocus:true}}"
  268.                        ><span class="b-form-input__box"
  269.                          ><input
  270.                            name="query"
  271.                            value=""
  272.                            maxlength="400"
  273.                            tabindex="1"
  274.                            class="b-form-input__input"/></span
  275.                      ></span>
  276.                    </td>
  277.                    <td class="b-search__button">
  278.                      <span
  279.                        onclick="return {'b-form-button':{}}"
  280.                        class="b-form-button b-form-button_theme_grey-no-transparent-22 b-form-button_height_22 i-bem"
  281.                        role="button"
  282.                        ><i class="b-form-button__left"></i
  283.                        ><input
  284.                          type="submit"
  285.                          value="Найти"
  286.                          class="b-form-button__input"
  287.                          tabindex="2"
  288.                      /></span>
  289.                    </td>
  290.                  </tr>
  291.                </tbody>
  292.              </table>
  293.            </form>
  294.          </div>
  295.        </div>
  296.      </div>
  297.    </div>
  298.  
  299.    <div class="br-line"></div>
  300.  
  301.    <div class="container">
  302.      <div class="row">
  303.        <div class="col-12">
  304.            <p style="font-size: 12px; padding-left: 15px;">Хостинг провайдер Hostland</p>
  305.        </div>
  306.      </div>
  307.    </div>
  308.            
  309.    <script>
  310.        function insertHostName() {
  311.            var selectors = document.querySelectorAll('.hostname');
  312.            var hostName = location.hostname; //
  313.  
  314.            for (var index = 0; index < selectors.length; index++) {
  315.                selectors[index].innerText = hostName;
  316.            }
  317.        }
  318.  
  319.        document.addEventListener('DOMContentLoaded', function() {
  320.            insertHostName();
  321.        });
  322.    </script>
  323.  </body>
  324. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda