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://www.seferhome.com/

  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.0">
  6.    <title>Login - CRM</title>
  7.    <link rel="stylesheet" href="css/style.css">
  8. </head>
  9. <body>
  10.    <div class="login-container">
  11.        <h1>Login</h1>
  12.        <form action="authenticate.php" method="POST">
  13.            <input type="text" name="username" placeholder="Username" required>
  14.            <input type="password" name="password" placeholder="Password" required>
  15.            <button type="submit">Login</button>
  16.        </form>
  17.    </div>
  18. </body>
  19. </html>
  20.  
  21.  
  22.  
  23.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda