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://francesansordonnance.online/clopine/

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <meta charset="utf-8">
  5.  <title>Site is created successfully!</title>
  6.  <style>
  7.        .container {
  8.            width: 60%;
  9.            margin: 10% auto 0;
  10.            background-color: #f0f0f0;
  11.            padding: 2% 5%;
  12.            border-radius: 10px
  13.        }
  14.  
  15.        ul {
  16.            padding-left: 20px;
  17.        }
  18.  
  19.            ul li {
  20.                line-height: 2.3
  21.            }
  22.  
  23.        a {
  24.            color: #20a53a
  25.        }
  26.  </style>
  27. </head>
  28. <body>
  29.  <div class="container">
  30.    <h1>Congratulations, the site is created successfully!</h1>
  31.    <h3>This is the default index.html, this page is automatically generated by the system</h3>
  32.    <ul>
  33.      <li>The index.html of this page is in the site root directory</li>
  34.      <li>You can modify, delete or overwrite this page</li>
  35.    </ul>
  36.  </div>
  37. </body>
  38. </html>
  39.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda