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://www.galeriapraska.pl

  1. <!doctype html>
  2. <html lang="pl">
  3.  <head>
  4.    <link rel="shortcut icon" href="https://seohost.pl/files/main/favicon.png" type=image/x-icon>
  5.    <meta charset="utf-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <meta name="description" content="">
  8.    <title>Hosting zablokowany</title>
  9.    <link href="https://suspended.seohost.pl/style.css" rel="stylesheet">
  10.  </head>
  11.  <body>
  12. <main>
  13. <div class="container-fluid">
  14.  <div class="row min-vh-100">
  15.    <!-- Lewa strona z SVG -->
  16.    <div class="col-lg-5 left-section">
  17.      <div class="svg-wrapper">
  18.        <img src="https://suspended.seohost.pl/suspended.svg" class="suspended-icon" alt="">
  19.        <h1 class="status-title">
  20.          <span class="lang-pl">Hosting zablokowany</span>
  21.          <span class="lang-en" style="display:none;">Hosting suspended</span>
  22.        </h1>
  23.      </div>
  24.    </div>
  25.    
  26.    <!-- Prawa strona z informacjami -->
  27.    <div class="col-lg-7 right-section">
  28.      <div class="info-wrapper">
  29.        <div class="info-content">
  30.          <h2 class="info-title">
  31.            <span class="lang-pl">Możliwe przyczyny</span>
  32.            <span class="lang-en" style="display:none;">Possible reasons</span>
  33.          </h2>
  34.          
  35.          <div class="reasons-container">
  36.            <div class="reason-line">
  37.              <span class="reason-icon">
  38.                <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  39.                  <circle cx="12" cy="12" r="10"/>
  40.                  <path d="M15 9l-6 6M9 9l6 6"/>
  41.                </svg>
  42.              </span>
  43.              <span class="reason-text">
  44.                <span class="lang-pl">Brak płatności</span>
  45.                <span class="lang-en" style="display:none;">Payment overdue</span>
  46.              </span>
  47.            </div>
  48.            
  49.            <div class="reason-line">
  50.              <span class="reason-icon">
  51.                <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  52.                  <rect x="3" y="3" width="7" height="7"/>
  53.                  <rect x="14" y="3" width="7" height="7"/>
  54.                  <rect x="14" y="14" width="7" height="7"/>
  55.                  <rect x="3" y="14" width="7" height="7"/>
  56.                </svg>
  57.              </span>
  58.              <span class="reason-text">
  59.                <span class="lang-pl">Przekroczenie limitów wydajności</span>
  60.                <span class="lang-en" style="display:none;">Performance limits exceeded</span>
  61.              </span>
  62.            </div>
  63.            
  64.            <div class="reason-line">
  65.              <span class="reason-icon">
  66.                <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
  67.                  <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/>
  68.                  <polyline points="14 2 14 8 20 8"/>
  69.                  <line x1="9" y1="15" x2="15" y2="15"/>
  70.                  <line x1="9" y1="11" x2="15" y2="11"/>
  71.                </svg>
  72.              </span>
  73.              <span class="reason-text">
  74.                <span class="lang-pl">Naruszenie regulaminu</span>
  75.                <span class="lang-en" style="display:none;">Terms of Service violation</span>
  76.              </span>
  77.            </div>
  78.          </div>
  79.          
  80.          <div class="contact-area">
  81.            <p class="contact-subtitle">
  82.              <span class="lang-pl">W celu wyjaśnienia sytuacji</span>
  83.              <span class="lang-en" style="display:none;">To clarify the situation</span>
  84.            </p>
  85.            <a href="https://seohost.pl/kontakt" class="contact-btn">
  86.              <span class="lang-pl">Skontaktuj się</span>
  87.              <span class="lang-en" style="display:none;">Contact us</span>
  88.            </a>
  89.          </div>
  90.        </div>
  91.      </div>
  92.    </div>
  93.  </div>
  94. </div>
  95. </main>
  96.  
  97. <footer>
  98.  <a href="https://seohost.pl"><img src="https://suspended.seohost.pl/logo-white.png" alt="Seohost" class="logo" /></a>
  99. </footer>
  100.  
  101. <script>
  102. // Automatyczne wykrywanie języka przeglądarki
  103. (function() {
  104.  const userLang = navigator.language || navigator.userLanguage;
  105.  const isPolish = userLang.toLowerCase().startsWith('pl');
  106.  
  107.  if (!isPolish) {
  108.    document.querySelectorAll('.lang-pl').forEach(el => el.style.display = 'none');
  109.    document.querySelectorAll('.lang-en').forEach(el => {
  110.      if (el.tagName === 'SPAN') {
  111.        el.style.display = 'inline';
  112.      } else {
  113.        el.style.display = 'block';
  114.      }
  115.    });
  116.    document.documentElement.lang = 'en';
  117.  }
  118. })();
  119. </script>
  120.      
  121.  </body>
  122. </html>
  123.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda