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://promotion-merchandising.gr/

  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>Domain προς πώληση | Papaki</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <!-- for mobile scaling -->
  8. <link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
  9. <style>
  10. html, body {
  11.  margin: 0;
  12.  padding: 0;
  13.  height: 100%;
  14.  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  15.  background: linear-gradient(to bottom right, #4c95e4, #6bb5fe);
  16. }
  17.  
  18. body {
  19.  text-align: center;
  20. }
  21.  
  22. .wrapper {
  23.  max-width: 1100px;  /* limit content width */
  24.  margin: 0 auto;   /* center horizontally */
  25.  padding: 0 20px;  /* some side padding */
  26. }
  27.  
  28. .logo {
  29.  position: absolute;
  30.  top: 15px;
  31.  left: 20px;
  32. }
  33.  
  34. .logo img {
  35.  max-width: 120px;
  36.  height: auto;
  37. }
  38.  
  39. .headline {
  40.  font-size: 48px;
  41.  font-weight: 600;
  42.  margin-top: 20px;
  43.  color: #e9eaea; /* white headline */
  44. }
  45.  
  46. .domain-name {
  47.  font-size: 32px;
  48.  margin-top: 10px;
  49.  color: #1155ef; /* blue text */
  50.  font-weight: 600;
  51. }
  52.  
  53. .subtext {
  54.  font-size: 26px;
  55.  margin-top: 10px;
  56.  color: #1155ef; /* blue subtext */
  57. }
  58.  
  59. .container {
  60.  display: flex;
  61.  flex-direction: column;
  62.  align-items: center;
  63.  justify-content: center;
  64.  height: 100%;
  65.  padding-top: 240px;
  66. }
  67.  
  68. .container img {
  69.  max-width: 350px; /* smaller main image */
  70.  height: auto;
  71. }
  72.  
  73. .contact-box {
  74.  margin-top: 30px;
  75.  background: #fff;
  76.  padding: 15px 20px;
  77.  border-radius: 8px;
  78.  font-size: 16px;
  79.  color: #1155ef;
  80. }
  81. .contact-box a {
  82.  color: #1155ef;
  83.  text-decoration: none;
  84.  font-weight: 600;
  85. }
  86. .contact-box a:hover {
  87.  text-decoration: underline;
  88. }
  89.  
  90. .button {
  91.  margin-top: 20px;
  92.  background-color: #1155ef;
  93.  color: #e9eaea;
  94.  padding: 10px 20px;
  95.  border-radius: 6px;
  96.  text-decoration: none;
  97.  font-weight: 600;
  98.  transition: background-color 0.3s ease;
  99. }
  100. .button:hover {
  101.  background-color: #0d47d9;
  102. }
  103.  
  104. /* Responsive font scaling */
  105. @media (max-width: 768px) {
  106.  .headline {
  107.    font-size: 36px;
  108.  }
  109.  .subtext {
  110.    font-size: 20px;
  111.  }
  112.  .logo img {
  113.    max-width: 100px;
  114.  }
  115. }
  116. @media (max-width: 480px) {
  117.  .headline {
  118.    font-size: 28px;
  119.  }
  120.  .subtext {
  121.    font-size: 18px;
  122.  }
  123.  .logo {
  124.    position: static; /* no absolute positioning */
  125.    text-align: center;
  126.    margin-top: 15px;
  127.    margin-bottom: 15px;
  128.  }
  129.  body {
  130.    display: flex;
  131.    flex-direction: column;
  132.    align-items: center;
  133.  }
  134.  .container {
  135.    height: auto; /* no forced 100% height on mobile */
  136.    margin-top: 10px;
  137.  }
  138. }
  139.  
  140. </style>
  141. </head>
  142. <body>
  143.  <div class="wrapper">
  144.    <!-- Logo -->
  145.    <div class="logo">
  146.      <img src="sale3_images/logo.png" alt="Papaki Logo" />
  147.    </div>
  148.  
  149.    <!-- Main content -->
  150.    <div class="container">
  151.      <img src="sale3_images/main.png" alt="Domain for sale" />
  152.      <div class="headline">Το domain είναι διαθέσιμο προς πώληση</div>
  153.      <div class="domain-name">promotion-merchandising.gr</div>
  154.      <div class="contact-box">
  155.        Αν ενδιαφέρεστε για αυτό το domain, παρακαλώ <a href="https://www.papaki.com/el/contact-us.htm/" target="_blank">επικοινωνήστε μαζί μας</a>
  156.      </div>      
  157.      <!-- Example button (optional) -->
  158.      <!-- <a href="#" class="button">Notify Me</a> -->
  159.    </div>
  160.  </div>
  161. </body>
  162. </html>
  163.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda