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

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6.  
  7. <link rel="preconnect" href="https://fonts.googleapis.com">
  8. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  9.  
  10. <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic' rel='stylesheet' type='text/css'>
  11. <TITLE>Website samaranka.ru not configured</TITLE>
  12.  
  13. <style type="text/css">
  14.        * {
  15.            box-sizing: border-box;
  16.            margin: 0;
  17.            padding: 0;
  18.            font-family: 'Open Sans', sans-serif;
  19.        }
  20.  
  21.        body {
  22.            background-color: #f1f4f5;;
  23.        }
  24.  
  25.        .content {
  26.            margin-top: 30vh;
  27.            width: 100%;
  28.            height: 100vh;
  29.            display: flex;
  30.            align-items: center;
  31.            flex-direction: column;
  32.            gap: 1.5em;
  33.            color: #3b3a3a
  34.        }
  35.  
  36.        .content a {
  37.            color: #4c85c7
  38.        }
  39.  
  40.        .content  > * {
  41.            width: 50%;
  42.        }
  43.  
  44.        @media screen and (max-width: 750px) {
  45.            .content > * {
  46.                width: 85%;
  47.            }
  48.        }
  49. </style>
  50. </head>
  51. <body>
  52. <div class="content">
  53. <div class="header">
  54. <h2>
  55. Website samaranka.ru not configureв
  56. </h2>
  57. </div>
  58.  
  59. <div class="comment">
  60. Domain address record points to our server, but this site is not served.<br>
  61. If you have recently added a site to your control panel - wait 15 minutes and your site will start working.
  62. </div>
  63. <a class="link" href="https://www.ukraine.com.ua/wiki/hosting/errors/site-not-served/" target="_blank">How can I fix this??</a>
  64. </div>
  65.  
  66. <script>
  67. window.languages = {
  68. 'en': {
  69. 'title': 'Website samaranka.ru not configured',
  70. 'h2': 'Website samaranka.ru not configured',
  71. '.comment': 'Domain address record points to our server, but this site is not served.<br>If you have recently added a site to your control panel - wait 15 minutes and your site will start working.',
  72. '.link': 'How can I fix this?',
  73. },
  74. 'pl': {
  75. 'title': 'Witryna samaranka.ru nieskonfigurowana',
  76. 'h2': 'Witryna samaranka.ru nieskonfigurowana',
  77. '.comment': 'Rekord adresu domeny wskazuje na nasz serwer, ale ta witryna nie jest obsługiwana.<br>Jeśli niedawno dodałeś witrynę do panelu sterowania - poczekaj 15 minut, a Twoja witryna zacznie działać.',
  78. '.link': 'Jak mogę to naprawić?',
  79. },
  80. 'de': {
  81. 'title': 'Website samaranka.ru nicht konfiguriert',
  82. 'h2': 'Website samaranka.ru nicht konfiguriert',
  83. '.comment': 'Domainadressendatensatz verweist auf unseren Server, aber diese Site wird nicht bedient.<br>Wenn Sie kürzlich eine Site zu Ihrem Control Panel hinzugefügt haben, warten Sie 15 Minuten und Ihre Site wird funktionieren.',
  84. '.link': 'Wie kann ich das beheben?',
  85. },
  86. 'uk': {
  87. 'title': 'Сайт samaranka.ru не налаштований',
  88. 'h2': 'Сайт samaranka.ru не налаштований',
  89. '.comment': 'Адресний запис домену посилається на наш сервер, але цей сайт не обслуговується.<br>Якщо Ви недавно додали сайт до панелі керування - зачекайте 15 хвилин і ваш сайт почне працювати.',
  90. '.link': 'Як це виправити?',
  91. },
  92. 'cn': {
  93. 'title': '网站 samaranka.ru 未在服务器上配置',
  94. 'h2': '网站 samaranka.ru 未在服务器上配置',
  95. '.comment': '域地址记录指向我们的服务器,但此站点未提供服务。<br>如果您最近在控制面板中添加了站点 - 等待 15 分钟,您的站点将开始工作。',
  96. '.link': '我该如何解决这个问题?',
  97. },
  98. 'ru': {
  99. 'title': 'Сайт samaranka.ru не настроен',
  100. 'h2': 'Сайт samaranka.ru не настроен',
  101. '.comment': 'Адресная запись домена ссылается на наш сервер, но этот сайт не обслуживается.<br>Если Вы недавно добавили сайт в панель управления - подождите 15 минут и ваш сайт начнет работать.',
  102. '.link': 'Как это исправить?',
  103. }
  104. };
  105.  
  106. document.addEventListener("DOMContentLoaded", function() {
  107. let default_lang = 'en',
  108. browser_lang = window.navigator.language || navigator.userLanguage,
  109. lang = '';
  110.  
  111. browser_lang = browser_lang.slice(0, 2).toLowerCase();
  112.  
  113. if(window.languages.hasOwnProperty(browser_lang)){
  114. lang = browser_lang;
  115. } else {
  116. lang = default_lang;
  117. }
  118.  
  119. for (let key in window.languages[lang]){
  120. if(undefined !== document.querySelector(key)){
  121. document.querySelector(key).innerHTML = window.languages[lang][key];
  122. }
  123. }
  124.  
  125. if(['ru', 'uk'].includes(lang)) {
  126. document.querySelector('.link').href = `https://www.ukraine.com.ua/${lang}/wiki/hosting/errors/site-not-served/`
  127. } else {
  128. document.querySelector('.link').href = `https://hosting.xyz/wiki/hosting/errors/site-not-served/`
  129. }
  130. });
  131. </script>
  132. </body>
  133. </html>
  134.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda