
<!DOCTYPE html>
<html lang="pl">
<head>
  <meta charset="utf-8">
  <title>Zmiana adresu</title>
  <meta http-equiv="refresh" content="5; url=https://sow.pfron.gov.pl/sitemap.xml">
  <style>
    html,body {height:100%; margin:0;}
    body {display:flex;align-items:center;justify-content:center;background:#f5f5f5;font-family:Arial,sans-serif;color:#222;}
    .box {max-width:700px;padding:40px;margin:20px;background:#fff;border-radius:10px;text-align:center;box-shadow:0 0 15px rgba(0,0,0,.15);}
    h2 {margin-top:0;}
    a {color:#005baa;font-weight:bold;text-decoration:none;}
    a:hover {text-decoration:underline;}
  </style>
</head>
<body>
  <div class="box">
    <h2>Zmiana adresu systemu</h2>
    <p>Strona została przeniesiona do nowej domeny:</p>
    <p><a href="https://sow.pfron.gov.pl">https://sow.pfron.gov.pl</a></p>
    <p>Za chwilę nastąpi automatyczne przekierowanie.</p>
  </div>
</body>
</html>