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

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.    <title>Error 404</title>
  6. </head>
  7. <style>
  8.    html,body{
  9.        background: #f8f9fa;
  10.        width: 100%;
  11.        height: 100%;
  12.        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  13.        font-size: 1rem;
  14.        font-weight: 400;
  15.        line-height: 1.5;
  16.        margin: 0px;
  17.        padding: 0px;
  18.        color: #212529;
  19.    }
  20.    .page-row{
  21.        display: flex;
  22.        flex-wrap: wrap;
  23.        height: 100%;
  24.        width: 100%;
  25.        align-items: center;
  26.        text-align: center;
  27.    }
  28.    .page-content{
  29.        width: 100%;
  30.        text-align: center;
  31.    }
  32.    .page-title{
  33.        font-size: 150px;
  34.        margin-top: -100px;
  35.    }
  36.    .page-description{
  37.        color: #868e96;
  38.        font-size: 16px;
  39.    }
  40.    .page-description p{
  41.        padding: 0px;
  42.        margin: 0px;
  43.    }
  44.    .page-link{
  45.        margin-top: 10px;
  46.    }
  47.    @media(max-width: 768px){
  48.        .page-title{
  49.            font-size: 100px;
  50.            margin-top: -70px;
  51.        }
  52.    }
  53. </style>
  54. <body>
  55. <div class="page-row">
  56.    <div class="page-content">
  57.        <div class="page-title">
  58.            404
  59.        </div>
  60.        <div class="page-description">
  61.            <p>The requested page was not found on this server</p>
  62.        </div>
  63.        <div class="page-link">
  64.            <a href="/">Home page</a>
  65.        </div>
  66.    </div>
  67. </div>
  68. </body>
  69. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda