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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.    <title>Varient</title>
  5.    <link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400" rel="stylesheet">
  6.    <style>
  7.        b, br {
  8.            display: none;
  9.        }
  10.  
  11.        html {
  12.            height: 100%;
  13.        }
  14.  
  15.        body {
  16.            height: 100%;
  17.            font-family: 'Open Sans', sans-serif;
  18.            color: #fff !important;
  19.            font-size: 15px;
  20.            overflow: hidden;
  21.        }
  22.  
  23.        .wrapper {
  24.            width: 100%;
  25.            height: 100%;
  26.            position: relative;
  27.            display: block;
  28.        }
  29.  
  30.        .center {
  31.            position: absolute;
  32.            top: 0;
  33.            bottom: 0;
  34.            left: 0;
  35.            right: 0;
  36.            height: 400px;
  37.            width: 400px;
  38.            max-width: 100%;
  39.            margin: auto;
  40.            text-align: center;
  41.        }
  42.  
  43.        .title {
  44.            color: #555 !important;
  45.            font-size: 102px;
  46.            line-height: 102px;
  47.            font-weight: 300;
  48.            margin: 0;
  49.        }
  50.  
  51.        .version {
  52.            margin-bottom: 60px;
  53.            color: #999;
  54.        }
  55.  
  56.        .button {
  57.            display: inline-block;
  58.            text-align: center;
  59.            vertical-align: middle;
  60.            -ms-touch-action: manipulation;
  61.            touch-action: manipulation;
  62.            cursor: pointer;
  63.            font-size: 16px;
  64.            border-radius: 25px;
  65.            -webkit-user-select: none;
  66.            -moz-user-select: none;
  67.            -ms-user-select: none;
  68.            user-select: none;
  69.            color: #fff;
  70.            text-decoration: none;
  71.            height: 50px;
  72.            line-height: 50px;
  73.            padding: 0 80px;
  74.        }
  75.  
  76.        .button {
  77.            background-image: linear-gradient(to right, #02AAB0 0%, #00CDAC 51%, #02AAB0 100%)
  78.        }
  79.  
  80.        .button:hover {
  81.            background-position: right center;
  82.        }
  83.  
  84.        @media only screen and (max-width: 768px) {
  85.            .title {
  86.                font-size: 72px;
  87.                line-height: 72px;
  88.            }
  89.        }
  90.    </style>
  91. </head>
  92. <body>
  93. <div class="wrapper">
  94.    <div class="center">
  95.        <h1 class="title">Varient</h1>
  96.        <p class="version">Version 2.2.1</p>
  97.        <a href="index.php" class="button">Install</a>
  98.    </div>
  99. </div>
  100. </body>
  101. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda