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://mychangepurses.org

  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.        .footer {
  27. /* position: absolute;
  28. left: 0;
  29. bottom: 32px;
  30. width: 100%; */
  31. margin-top: 24px;
  32. text-align: center;
  33. font-size: 12px;
  34. }
  35. .footer .btlink {
  36. color: #20a53a;
  37. text-decoration: none;
  38. }
  39.    </style>
  40. </head>
  41. <body>
  42.    <div class="container">
  43.        <h1>Congratulations, the site is created successfully! </h1>
  44.        <h3>This is the default index.html, this page is automatically generated by the system</h3>
  45.        <ul>
  46.            <li>The index.html of this page is in the site root directory</li>
  47.            <li>You can modify, delete or overwrite this page</li>
  48.        </ul>
  49.    </div>
  50.    <div class="footer">
  51.     Power by
  52.     <a class="btlink" href="https://www.aapanel.com/new/download.html?invite_code=aapanele" target="_blank">aaPanel (The Free, Efficient and secure hosting control panel)</a>
  53.    </div>
  54. </body>
  55. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda