CINXE.COM

Targi Kielce S.A.

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Targi Kielce S.A.</title> <style> * { margin: 0; padding: 0; box-sizing: border-box; } html { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; font-size: 16px; } body { height: 100vh; display: flex; align-items: center; justify-content: center; background-color: #e5e5e5; color: #212529; } .container { width: 100%; margin-inline: auto; padding-inline: 15px; @media (width >= 640px) { max-width: 604px; } @media (width >= 900px) { max-width: 912px; } @media (width >= 960px) { max-width: 1334px; } } .card { margin: 1.5rem auto; padding: 1.5rem; background-color: #fff; box-shadow: 0 0 5px #adb5bd; text-align: center; @media (min-width: 900px) { max-width: 65%; } } .title { font-size: 1.625rem; font-weight: 500; line-height: 1.2; margin-bottom: 1.5rem; } .desc-list { list-style: none; } .desc { font-size: 1rem; font-weight: 500; line-height: 1.2; margin-bottom: 0.5rem; } </style> </head> <body> <div class="container"> <div class="card"> <h2 class="title"> 🛠️ Obecnie trwają zaplanowane prace serwisowe - 🛠️ Scheduled maintenance work is currently underway </h2> <ul class="desc-list"> <li class="desc"> <strong>PL:</strong> <p> System zostanie przywrócony do pełnej funkcjonalności w dniu 2 grudnia. Przepraszamy za wszelkie niedogodności. </p> </li> <li class="desc"> <strong>EN:</strong> <p> The system will be restored to full functionality at 2nd December. We apologize for any inconvenience. </p> </li> </ul> </div> </div> </body> </html>