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

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <meta charset="utf-8">
  5.    <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.  
  8.    <title>Account Suspended</title>
  9.  
  10.    <!-- Fonts -->
  11.    <link href="https://fonts.googleapis.com/css?family=Nunito:200,600" rel="stylesheet" type="text/css">
  12.  
  13.    <!-- Styles -->
  14.    <style>
  15.        html, body {
  16.            background-color: #fff;
  17.            color: #636b6f;
  18.            font-family: 'Nunito', sans-serif;
  19.            font-weight: 200;
  20.            height: 100vh;
  21.            margin: 0;
  22.        }
  23.  
  24.        .full-height {
  25.            height: 100vh;
  26.        }
  27.  
  28.        .flex-center {
  29.            align-items: center;
  30.            display: flex;
  31.            justify-content: center;
  32.        }
  33.  
  34.        .position-ref {
  35.            position: relative;
  36.        }
  37.  
  38.        .top-right {
  39.            position: absolute;
  40.            right: 10px;
  41.            top: 18px;
  42.        }
  43.  
  44.        .content {
  45.            text-align: center;
  46.        }
  47.  
  48.        .title {
  49.            font-size: 84px;
  50.        }
  51.  
  52.        .links > a {
  53.            color: #636b6f;
  54.            padding: 0 25px;
  55.            font-size: 12px;
  56.            font-weight: 600;
  57.            letter-spacing: .1rem;
  58.            text-decoration: none;
  59.            text-transform: uppercase;
  60.        }
  61.  
  62.        .m-b-md {
  63.            margin-bottom: 30px;
  64.        }
  65.    </style>
  66. </head>
  67. <body>
  68.    <div class="flex-center position-ref full-height">
  69.        <div class="content">
  70.            <div class="title m-b-md">
  71.                Account Suspended
  72.            </div>
  73.  
  74.            <h2 class="m-b-md">
  75.                This Account has been suspended. Contact your hosting provider for more information.
  76.            </h2>
  77.  
  78.  
  79.        </div>
  80.    </div>
  81. </body>
  82. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda