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

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  <meta charset="utf-8">
  5.  <title>Shop unavailable</title>
  6.  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  7.  <style>
  8.    body {
  9.      display: flex;
  10.      justify-content: flex-start;
  11.      align-items: center;
  12.      font-family: Arial, sans-serif;
  13.      flex-direction: column;
  14.    }
  15.  
  16.    #page_error h1 {
  17.      color: #222222;
  18.      font-size: 32px;
  19.      font-weight: 700;
  20.      text-align: center;
  21.      line-height: 30px;
  22.      margin: 40px 24px;
  23.    }
  24.  
  25.    [id="page_error"] p {
  26.      color: #777777;
  27.      font-size: 16px;
  28.      font-weight: 400;
  29.      text-align: center;
  30.      line-height: 24px;
  31.      margin: 0 0 12px;
  32.    }
  33.  
  34.    [id="page_error"] a {
  35.      color: #222222;
  36.      text-decoration: underline;
  37.    }
  38.  
  39.    [id="page_error"] a:hover {
  40.      text-decoration: none;
  41.    }
  42.  </style>
  43.  
  44. </head>
  45. <body data-sf="p">
  46. <div id="page_error" data-error="">
  47.  <section class="bg-cl-primary py50 px20">
  48.    <div class="container">
  49.      
  50.        <h1 class="fs-large lh30 weight-700 align-center mt40 mb24">
  51.          
  52.              Sorry, this shop is currently unavailable.
  53.          
  54.        </h1>
  55.      
  56.    </div>
  57.  </section>
  58. </div>
  59. </body>
  60. </html>
  61.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda