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://sohbetodalari.renderforestsites.com

  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  <meta charset="utf-8">
  6.  <title>Not found</title>
  7.  <meta name="description" content="">
  8.  <meta name="viewport" content="width=device-width, initial-scale=1">
  9.  <link href="https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap" rel="stylesheet">
  10. </head>
  11.  
  12. <body>
  13.  <style>
  14.    html,
  15.    body,
  16.    p {
  17.      margin: 0;
  18.      padding: 0;
  19.    }
  20.  
  21.    body {
  22.      font-family: 'Montserrat', sans-serif;
  23.    }
  24.  
  25.    .not-found {
  26.      height: 100vh;
  27.      background-image: url("https://static.rfstat.com/static/error-pages/rendy-not-found.svg");
  28.      background-repeat: no-repeat;
  29.      background-position: center;
  30.      background-size: cover;
  31.      position: relative;
  32.    }
  33.  
  34.    .rf-descr {
  35.      color: #363F5A;
  36.      text-align: center;
  37.      font-size: 22px;
  38.      font-weight: 600;
  39.      position: absolute;
  40.      left: 50%;
  41.      transform: translateX(-50%);
  42.      bottom: 15%;
  43.    }
  44.  </style>
  45.  <main class="not-found">
  46.    <p class="rf-descr">Oops, the requested link is not found.</p>
  47.  </main>
  48. </body>
  49.  
  50. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda