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

  1. <!DOCTYPE html>
  2. <html>
  3.  <head>
  4.    <meta charset="utf-8">
  5.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6.    <title>We Heart it | Create dynamic edits, curate your gallery and immerse yourself in inspiring and motivating content.</title>
  7.    <link rel="icon" type="image/png" sizes="32x32" href="images/icons/heart-icon-32*32.png">
  8.    <link rel="icon" type="image/png" sizes="16x16" href="images/icons/heart-icon-16*16.png">
  9.    <link rel="stylesheet" type="text/css" href="styles/common.css">
  10.    <link rel="stylesheet" type="text/css" href="styles/dropdown.css">
  11.    <link rel="stylesheet" type="text/css" href="styles/top.css">
  12.    <link rel="stylesheet" type="text/css" href="styles/index.css">
  13.    <link rel="stylesheet" type="text/css" href="styles/footer.css">
  14.    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
  15.    <script type="text/javascript" src="scripts/dropdown.js"></script>
  16.    <script type="text/javascript" src="scripts/top.js"></script>
  17.    <script async src="//mastodon.maplemedia.tech/mastodon_2.js" type="text/javascript"></script>
  18.    <script type="text/javascript">
  19.      if (!window.Mastodon) {
  20.        window.Mastodon = [];
  21.      }
  22.      Mastodon.push(function (){
  23.        Mastodon.init("Site_WeHeartIt", "prod");
  24.      });
  25.      Mastodon.push(function() {
  26.        Mastodon.overrideGdprDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/c13566e1-49c0-4fe6-b6a1-1b6ae8570adf');
  27.        Mastodon.overrideCpraDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/6925c2e5-fbd0-41cc-ab87-451e4fe780f2');
  28.        Mastodon.overrideGlobalDsarUrl('https://privacyportal.onetrust.com/webform/c86e34a8-8ec1-4049-8c12-f734ced17f34/81f60bc8-f2aa-4d4e-a1e2-130e520df872');
  29.      });
  30.    </script>
  31.  </head>
  32.  <body>
  33.     <!-- TOP NAV -->
  34.    <nav class="top panel no-padding">
  35.      <div class="container flexbox vertically-center space-between">
  36.        <div class="left-section">
  37.          <a href="/">
  38.            <img src="./images/logo.svg" class="logo inline-block when-md when-lg" alt="We Heart It Logo">
  39.            <img src="./images/compact-logo.svg" class="logo compact-logo inline-block when-xs when-sm" alt="We Heart It Logo">
  40.          </a>
  41.        </div>
  42.        <div class="right-section flexbox vertically-center">
  43.          <div class="dropdown">
  44.            <a class="btn btn-link btn-small text-gray" href="#">▾</a>
  45.            <ul class="dropdown-menu panel">
  46.              <li>
  47.                <div>
  48.                  <a class="btn btn-small btn-block btn-wrap bg-gradient" href="/">Download the App</a>
  49.                </div>
  50.              </li>
  51.              <li class="dropdown-divider">
  52.              </li>
  53.              <li class="text-small">
  54.                <a href="#" class="js-high-contrast">
  55.                  High Contrast
  56.                  <span class="high-contrast-selected text-primary">✓</span>
  57.                </a>
  58.              </li>
  59.              <li class="dropdown-divider">
  60.              </li>
  61.              <li class="text-small">
  62.                <a href="./about/terms-of-service.html">Terms of Service</a>
  63.              </li>
  64.              <li class="text-small">
  65.                <a href="./about/privacy-policy.html">Privacy Policy</a>
  66.              </li>
  67.              <li class="text-small">
  68.                <a href="https://weheartit.zendesk.com/hc/en-us/requests/new" target="_blank">Contact us</a>
  69.              </li>
  70.              <li class="text-small">
  71.                <a href="https://weheartit.zendesk.com/hc/en-us" target="_blank">Help</a>
  72.              </li>
  73.            </ul>
  74.          </div>
  75.        </div>
  76.      </div>
  77.    </nav>
  78.    <!-- PAGE BODY -->
  79.    <div id="index" class="main">
  80.      <div class="container flexbox">
  81.        <div class="logo when-xs when-sm when-md">
  82.          <img src="./images/compact-logo.svg" alt="We Heart It Logo">
  83.        </div>
  84.        <div class="banner">
  85.          <img src="./images/web-hero.png" alt="We Heart It Mobile apps">
  86.        </div>
  87.        <div class="description-and-download-links">
  88.          <div class="logo when-lg">
  89.            <img src="./images/compact-logo.svg" alt="We Heart It Logo">
  90.          </div>
  91.          <h1 class="description">
  92.            Create dynamic edits, curate your gallery and immerse yourself in inspiring and motivating content.
  93.          </h1>
  94.          <div class="download-links">
  95.            <p>Download the free app for iPhone and Android</p>
  96.            <div class="store-badges">
  97.              <a href="http://itunes.apple.com/us/app/we-heart-it/id539124565">
  98.                <img src="./images/badges/app-store-badge.svg" alt="App Store Badge" class="app-store">
  99.              </a>
  100.              <a href="https://play.google.com/store/apps/details?id=com.weheartit">
  101.                <img src="./images/badges/google-play-badge.svg" alt="Google Play Badge" class="play-store">
  102.              </a>
  103.            </div>
  104.        </div>
  105.        </div>
  106.      </div>
  107.    </div>
  108.    <!-- FOOTER -->
  109.    <footer>
  110.      <div class="container flexbox">
  111.        <div class="app-download-with-logo">
  112.          <img src="./images/compact-logo.svg" class="logo" alt="We Heart It Logo">
  113.          <p>Download our app for iOS and Android</p>
  114.        </div>
  115.        <div class="copyright-and-legal flexbox">
  116.          <div class="copyright-info">
  117.            <p class="main-text">© All images are copyrighted by their respective authors.</p>
  118.          </div>
  119.          <div class="legal-docs">
  120.            <ul class="list-unstyled">
  121.              <li><a target="_blank" href="https://weheartit.zendesk.com/hc/en-us/requests/new">Contact the Support Team</a></li>
  122.              <li><a href="./about/terms-of-service.html">Terms of Service</a></li>
  123.              <li><a href="./about/privacy-policy.html">Privacy Policy</a></li>
  124.              <li><a href="https://weheartit.zendesk.com/hc/en-us/requests/new?ticket_form_id=20586105031323" target="_blank">Claim Copyright</a></li>
  125.              <li><a href="#" data-mastodon-link="dsar" data-mastodon-template="cpra">Do Not Sell or Share My Personal Information</a></li>
  126.              <li><a href="#" data-mastodon-link="dsar" data-mastodon-template="gdpr">Privacy Rights Request</a></li>
  127.            </ul>
  128.          </div>
  129.        </div>
  130.        <div class="heart when-lg inline-block">
  131.          <img src="./images/heart.png" alt="Heart">
  132.        </div>
  133.      </div>
  134.    </footer>
  135.  </body>
  136. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda