<!DOCTYPE html>
<html lang="pl">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Kod nie znaleziony — Intibox</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css">
</head>
<body class="bg-light">
<div class="container py-5 text-center" style="max-width:480px">
    <img src="/assets/logo.png" alt="Intibox" class="mb-4" style="max-width:180px">
    <h1 class="mb-3">Nie rozpoznano kodu</h1>
    <p class="text-muted">Kod <strong>SITEMAPXML</strong> nie istnieje w systemie.</p>
    <p class="text-muted">Sprawdź, czy przepisałeś kod prawidłowo, lub zeskanuj kod QR ponownie.</p>

    <form class="my-4" onsubmit="location.href='/' + encodeURIComponent(this.elements.code.value.trim().toUpperCase()); return false;">
        <div class="input-group">
            <input type="text" name="code" class="form-control form-control-lg text-center text-uppercase"
                   placeholder="Wpisz kod ręcznie" maxlength="64" autocomplete="off">
            <button class="btn btn-primary" type="submit">Sprawdź</button>
        </div>
    </form>

    <a href="https://intibox.eu/support" class="btn btn-outline-secondary">Kontakt z supportem</a>
</div>
</body>
</html>
