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://devsoulz.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>Account Suspended</title>
  7.    <style>
  8.        body {
  9.            font-family: 'Bookman Old Style', sans-serif;
  10.            background-color: #f8f9fa;
  11.            color: #343a40;
  12.            margin: 0;
  13.            padding: 0;
  14.            display: flex;
  15.            align-items: center;
  16.            justify-content: center;
  17.            height: 100vh;
  18.        }
  19.  
  20.        .container {
  21.            max-width: 500px;
  22.            width: 100%;
  23.            background-color: #fff;
  24.            padding: 30px;
  25.            border-radius: 8px;
  26.            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  27.            text-align: center;
  28.        }
  29.  
  30.        h1 {
  31.            color: #143864;
  32.        }
  33.  
  34.        p {
  35.            line-height: 1.5;
  36.        }
  37.  
  38.        .contact-info {
  39.            margin-top: 20px;
  40.            border-top: 1px solid #ddd;
  41.            padding-top: 20px;
  42.        }
  43.  
  44.        .contact-info p {
  45.            margin-bottom: 5px;
  46.        }
  47.  
  48.        .reason {
  49.            margin-top: 20px;
  50.            text-align: left;
  51.        }
  52.  
  53.        .reason p {
  54.            margin-bottom: 10px;
  55.        }
  56.  
  57.        a {
  58.            color: #007bff;
  59.        }
  60.  
  61.        .footer {
  62.            margin-top: 20px;
  63.            font-size: 14px;
  64.        }
  65.    </style>
  66. </head>
  67. <body>
  68.    <div class="container">
  69.    
  70.        <h1>Account Suspended</h1>
  71.        <p>Your account might be suspended for any one of the following reasons</p>
  72.  
  73.        <div class="reason">
  74.           <ul>
  75.           <li>Overdue on Payment</li>
  76.           <li>Bandwidth Limit Exceeded</li>
  77.           <li>Policy Violations</li>
  78.           <li>Fraudulent Activities</li>
  79.           <li>Abusive Behavior</li>
  80.           <li>Security Breaches</li>
  81.           <li>Intellectual Property Infringement</li>
  82.           </ul>
  83.           </div>
  84.          
  85.        <div><br/>
  86.        <p style="font-weight: 700; font-size: small;">Important Note:</p><p style="font-size: small;">Once the Suspension period is over, the website will be terminated and become inaccessible. So please take immediate action on this.</p>
  87.        </div>  
  88.  
  89.        <div class="contact-info">
  90.            <p>For More Information, please contact the Support Department.</p>
  91.            <p style="color:white">314</p>
  92.                               </div>
  93.  
  94.        <div class="footer">
  95.                    <img style="width:30%;" src="https://www.seekahost.in/wp-content/themes/clickdo-main-theme/images/logo.png"?>
  96.            <p>Hosted with SeekaHost Ltd</p>
  97.        </div>
  98.    </div>
  99. </body>
  100. </html>
  101.  
  102.  
  103.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda