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://www.oneplace.com/ministries/pathway-to-victory/rss.xml

  1. <!DOCTYPE html>
  2. <html>
  3.    <head>
  4.        <meta charset="utf-8">
  5.        <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.        <style>
  7.            html, body { height: 100%; }
  8.            body {
  9.                display:grid; place-items: center; font-size: 20px; margin: 0; padding: 0;
  10.                font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  11.            }
  12.            .container { display:flex; gap: 20px; align-items: center; }
  13.            a { color: #0080ff; }
  14.  
  15.            @media only screen and (max-width: 600px) {
  16.              body {
  17.                display:block; padding: 20px; height: auto; font-size:18px;
  18.              }
  19.            }
  20.        </style>
  21.    </head>
  22.    <body>
  23.        <div class="container">
  24.            <img src="/img/icons8-not-found-64.png" />
  25.            <div>Oops, 404. Feel free to head over to <a href="/">oneplace.com</a>, or <a href="/contact-us.html">let us know</a>!</a></div>
  26.        </div>
  27.    </body>
  28. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda