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. <script defer src="https://static.cloudflareinsights.com/beacon.min.js/vcd15cbe7772f49c399c6a5babf22c1241717689176015" integrity="sha512-ZpsOmlRQV6y907TI0dKBHq9Md29nnaEIPlkf84rnaERnq6zvWvPUqr2ft8M1aS28oN72PdrCzSjY4U6VaAw1EQ==" data-cf-beacon='{"version":"2024.11.0","token":"a6360c42ddf14e3f82161057f90fd1eb","r":1,"server_timing":{"name":{"cfCacheStatus":true,"cfEdge":true,"cfExtPri":true,"cfL4":true,"cfOrigin":true,"cfSpeedBrain":true},"location_startswith":null}}' crossorigin="anonymous"></script>
  19. </body>
  20. </html>
  21.  
  22.  
  23.  
  24.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda