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://huhuhfgh.ck.page/posts/dfgdfgfdgf

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>The page you were looking for doesn't exist (404)</title>
  5. <link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet" />
  6. <style type="text/css">
  7.      @font-face {
  8.        font-family: KitSansBold;
  9.        font-weight: bold;
  10.        src: url("/fonts/KitSansBold.woff") format("woff");
  11.      }
  12.  
  13.      h1,
  14.      h2 {
  15.        font-family: KitSansBold, sans-serif;
  16.        font-weight: bold;
  17.      }
  18.  
  19.      body {
  20.        background: #fff url("/icon-fade-bg.png") repeat-x center top;
  21.        font-family: Inter, -apple-system, "system-ui", "Segoe UI", Roboto,
  22.          "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  23.          "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  24.        margin: 0px;
  25.        padding: 0px;
  26.      }
  27.  
  28.      .error_message {
  29.        -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  30.        -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  31.        background: #44b1ff;
  32.        box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
  33.        margin: 100px auto;
  34.        overflow: hidden;
  35.        width: 400px;
  36.        color: rgba(255, 255, 255, 0.8);
  37.        padding: 50px 75px 60px;
  38.      }
  39.  
  40.      .error_message h1 {
  41.        color: #fff;
  42.        font-size: 120px;
  43.        margin: 0px;
  44.        padding: 0px;
  45.      }
  46.  
  47.      .error_message h2 {
  48.        color: #fff;
  49.        font-size: 34px;
  50.        font-weight: 200;
  51.        margin: -20px 0px 0px;
  52.        padding: 0px;
  53.        text-transform: uppercase;
  54.      }
  55.  
  56.      .error_message p {
  57.        font-size: 18px;
  58.      }
  59.  
  60.      .error_message .links {
  61.        list-style: none;
  62.        margin: 0;
  63.        padding: 10px 0px 0px;
  64.      }
  65.  
  66.      .error_message .links li {
  67.        float: left;
  68.        margin-right: 20px;
  69.        text-align: center;
  70.        width: 190px;
  71.      }
  72.  
  73.      .error_message .links li.docs_link {
  74.        float: right;
  75.        margin-right: 0;
  76.      }
  77.  
  78.      .error_message .links li a {
  79.        border: solid transparent 1px;
  80.        border-radius: 10px;
  81.        padding: 8px 16px;
  82.        background: rgb(17, 24, 39);
  83.        color: #fff;
  84.        display: block;
  85.        font-size: 14px;
  86.        text-decoration: none;
  87.      }
  88.  
  89.      .error_message .links li a:hover {
  90.        background: rgb(31 41 55);
  91.      }
  92.  
  93.      .error_message .links li span {
  94.        font-size: 11px;
  95.        text-transform: uppercase;
  96.      }
  97.    </style>
  98. </head>
  99. <body>
  100.  
  101. <div class="error_message">
  102. <h1>404!</h1>
  103. <h2>The page you were looking for doesn't exist.</h2>
  104. <p id="reason">
  105. You may have mistyped the address or the page may have moved.
  106. </p>
  107. <ul class="links">
  108. <li class="status_link">
  109. <a href="http://status.kit.com">Status Page</a>
  110. <span>Get the latest information</span>
  111. </li>
  112. <li class="docs_link">
  113. <a href="http://help.kit.com">Help Docs</a>
  114. <span>Read our documentation</span>
  115. </li>
  116. </ul>
  117. </div>
  118. </body>
  119. </html>
  120.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda