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

  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</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.        <img src="./images/weheartit.png" alt="logo" />        
  82.      </div>
  83.    </div>
  84.    <!-- FOOTER -->
  85.    <footer>
  86.      <div class="container flexbox">
  87.        <div class="copyright-and-legal flexbox">
  88.          <div class="copyright-info">
  89.            <p class="main-text">© All images are copyrighted by their respective authors.</p>
  90.          </div>
  91.          <div class="legal-docs">
  92.            <ul class="list-unstyled">
  93.              <li><a target="_blank" href="https://weheartit.zendesk.com/hc/en-us/requests/new">Contact the Support Team</a></li>
  94.              <li><a href="./about/terms-of-service.html">Terms of Service</a></li>
  95.              <li><a href="./about/privacy-policy.html">Privacy Policy</a></li>
  96.              <li><a href="https://weheartit.zendesk.com/hc/en-us/requests/new?ticket_form_id=20586105031323" target="_blank">Claim Copyright</a></li>
  97.              <li><a href="#dsar">Do Not Sell or Share My Personal Information</a></li>
  98.            </ul>
  99.          </div>
  100.        </div>
  101.      </div>
  102.    </footer>
  103.  </body>
  104. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda