<!doctype html><html lang="pl"> <head> <link rel="shortcut icon" href="https://seohost.pl/files/main/favicon.png" type=image/x-icon> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content=""> <title>Hosting zablokowany</title> <link href="https://suspended.seohost.pl/style.css" rel="stylesheet"> </head> <body><main><div class="container-fluid"> <div class="row min-vh-100"> <!-- Lewa strona z SVG --> <div class="col-lg-5 left-section"> <div class="svg-wrapper"> <img src="https://suspended.seohost.pl/suspended.svg" class="suspended-icon" alt=""> <h1 class="status-title"> <span class="lang-pl">Hosting zablokowany</span> <span class="lang-en" style="display:none;">Hosting suspended</span> </h1> </div> </div> <!-- Prawa strona z informacjami --> <div class="col-lg-7 right-section"> <div class="info-wrapper"> <div class="info-content"> <h2 class="info-title"> <span class="lang-pl">Możliwe przyczyny</span> <span class="lang-en" style="display:none;">Possible reasons</span> </h2> <div class="reasons-container"> <div class="reason-line"> <span class="reason-icon"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <circle cx="12" cy="12" r="10"/> <path d="M15 9l-6 6M9 9l6 6"/> </svg> </span> <span class="reason-text"> <span class="lang-pl">Brak płatności</span> <span class="lang-en" style="display:none;">Payment overdue</span> </span> </div> <div class="reason-line"> <span class="reason-icon"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <rect x="3" y="3" width="7" height="7"/> <rect x="14" y="3" width="7" height="7"/> <rect x="14" y="14" width="7" height="7"/> <rect x="3" y="14" width="7" height="7"/> </svg> </span> <span class="reason-text"> <span class="lang-pl">Przekroczenie limitów wydajności</span> <span class="lang-en" style="display:none;">Performance limits exceeded</span> </span> </div> <div class="reason-line"> <span class="reason-icon"> <svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"> <path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/> <polyline points="14 2 14 8 20 8"/> <line x1="9" y1="15" x2="15" y2="15"/> <line x1="9" y1="11" x2="15" y2="11"/> </svg> </span> <span class="reason-text"> <span class="lang-pl">Naruszenie regulaminu</span> <span class="lang-en" style="display:none;">Terms of Service violation</span> </span> </div> </div> <div class="contact-area"> <p class="contact-subtitle"> <span class="lang-pl">W celu wyjaśnienia sytuacji</span> <span class="lang-en" style="display:none;">To clarify the situation</span> </p> <a href="https://seohost.pl/kontakt" class="contact-btn"> <span class="lang-pl">Skontaktuj się</span> <span class="lang-en" style="display:none;">Contact us</span> </a> </div> </div> </div> </div> </div></div></main> <footer> <a href="https://seohost.pl"><img src="https://suspended.seohost.pl/logo-white.png" alt="Seohost" class="logo" /></a></footer> <script>// Automatyczne wykrywanie języka przeglądarki(function() { const userLang = navigator.language || navigator.userLanguage; const isPolish = userLang.toLowerCase().startsWith('pl'); if (!isPolish) { document.querySelectorAll('.lang-pl').forEach(el => el.style.display = 'none'); document.querySelectorAll('.lang-en').forEach(el => { if (el.tagName === 'SPAN') { el.style.display = 'inline'; } else { el.style.display = 'block'; } }); document.documentElement.lang = 'en'; }})();</script> </body></html>