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

  1.  
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7.  <style>
  8.    @font-face {
  9. font-family: 'Quicksand-Regular';
  10. src: url(Quicksand-Regular.ttf);
  11. }
  12. @keyframes rainbow {
  13.  0% { background-position: 0% 50%; }
  14.  50% { background-position: 100% 50%; }
  15.  100% { background-position: 0% 50%; }
  16. }
  17.  
  18. body {
  19.    background: linear-gradient(-45deg, red, #ff9b34, yellow, #00df00, #00c4ff, #3e32fb, #8b1beb);
  20.    background-size: 400% 400%;
  21.    animation: rainbow 20s cubic-bezier(0.79, 0.03, 0.58, 1) infinite;
  22. }
  23. body  {
  24. margin: 0;
  25. font-family: 'Quicksand-Regular';
  26. }
  27.  
  28. #container {
  29. width: 750px;
  30. margin: 0 auto;
  31. background: #FFFFFF;
  32. }
  33.  
  34. #header {
  35. padding: 45px 0 20px 40px;
  36. }
  37.  
  38. #header a {
  39. color: #121212;
  40. text-decoration: none;
  41. font-size: 30px;
  42. }
  43.  
  44. #menu {
  45. background-color: #4759c1;
  46. padding: 6px 0 6px 40px;
  47. }
  48.  
  49. #menu a {
  50. color: #c5d6db;
  51. text-decoration: none;
  52. font-size: 14px;
  53. }
  54.  
  55. #menu a:hover {
  56. color: #ecf2f3;
  57. }
  58.  
  59. #sidebar {
  60. float: left;
  61. width: 120px;
  62. padding: 30px 0 0 40px;
  63. margin: 0;
  64. }
  65.  
  66. h1 {
  67. margin: 0px;
  68. color: #869843;
  69. font-size:24px;
  70. font-weight: normal;
  71. }
  72.  
  73. h2 {
  74. color: #3b7687;
  75. font-size: 15px;
  76. margin: 20px 0 5px 0;
  77. }
  78.  
  79. #main {
  80. margin: 0 0 0 180px;
  81. padding: 35px 40px 30px 0;
  82. color: #444444;
  83. font-size: 13px;
  84. line-height: 18px;
  85. text-align: justify;
  86. }
  87.  
  88. #main a {
  89. color: #ed2a6c;
  90. text-decoration: none;
  91. }
  92.  
  93. #main a:hover {
  94. color: #444444;
  95. }
  96.  
  97. #footer {
  98. padding: 10px 50px 10px 50px;
  99. background: #d6d6d6;
  100. color: #444444;
  101. font-size: 12px;
  102. text-align: right;
  103. }
  104.  
  105. #footer a {
  106. text-decoration: none;
  107. color: #262626;
  108. }
  109.  
  110. #footer a:hover {
  111. color: #666666;
  112. }
  113.  
  114. .separator {
  115. font-size:11px;
  116. color:#FFFFFF;
  117. }
  118.  
  119.  </style>
  120. <title>Новости Самары и региона</title>
  121. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  122. <link rel="stylesheet" type="text/css" href="style.css"/>
  123. </head>
  124. <body>
  125.  
  126. <div id="container">
  127.  <header>
  128.    <div id="header">
  129.   <a href="#">Новости кино</a>
  130.    </div>
  131.    <div id="menu"> <a href="#">HOME</a> &nbsp; &nbsp; &nbsp; &nbsp; <a href="https://tubba.ru/">Фильмы</a>
  132.    </div>
  133.  </header>
  134.  <div id="sidebar">
  135.    <h1>Добро пожаловать в мир кино!</h1>
  136.  </div>
  137.  <div id="main">
  138.    <p></p>
  139.    <h2>Фильмы онлайн</h2>
  140.    <p>Все фильмы можно смотреть онлайн в любое время суток. Они всегда доступны в высоком разрешении. И главное - регистрация на сайте не нужна, все фильмы можно смотреть совершенно бесплатно!
  141.    <br><br> <b>Официальный сайт:</b> <br><br> <a href="https://tubba.ru/">https://tubba.ru/</a>
  142.    </p>
  143.  </div>
  144.  <footer>
  145.     <div id="footer">&copy;2023 </b>&nbsp;<span class="separator">|</span>&nbsp; Техподдержка <a href="https://tubba.ru/">Онлайн-кинотеатр Тубба.ру</a>
  146.     </div>
  147.  </footer>
  148. </div>
  149. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda