<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Temporary Issue</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="icon" href="/favicon.ico">
</head>

<body style="font-family: Arial, sans-serif; background:#ffffff; margin:0; padding:24px; color:#333;">

    <h2 style="margin-bottom:8px;">Something went wrong</h2>

    <p style="font-size:15px; line-height:1.5; margin-top:0;">
        Don’t worry 🙂 This looks like a temporary technical issue.
    </p>

    <p style="font-size:15px; line-height:1.5;">
        Please share this with our developers. They will fix it soon and update you on WhatsApp.
    </p>

    <!-- Error details -->
    <div style="margin:16px 0; padding:12px; border:1px dashed #ccc; border-radius:6px; background:#fafafa;">
        <p style="margin:4px 0;">
            <b>Error Code:</b>
            <span style="color:#d32f2f; font-size:18px;">
                56b6db1d
            </span>
        </p>

        <p style="margin:4px 0; font-size:13px; color:#666;">
            Page: /sitemap.xml
        </p>
    </div>

    <!-- WhatsApp message builder -->
    <div>

        <!-- WhatsApp CTA -->
        <a
            href="https://wa.me/918263076709?text=Hello%20Team,%0A%0AI%20faced%20a%20technical%20issue.%0A%0AError%20Code:%2056b6db1d%0APage:%20/sitemap.xml%0A%0ATo%20view%20full%20error%20details,%20please%20run:%0Agrep%20-B%2020%20-A%2080%2056b6db1d%20/home/tringerivr/logs/standee.log%0A%0AThank%20you."
            target="_blank"
            style="
                display:inline-flex;
                align-items:center;
                gap:10px;
                margin-top:12px;
                padding:12px 16px;
                background:#25D366;
                color:#ffffff;
                text-decoration:none;
                font-weight:bold;
                border-radius:6px;
                font-size:15px;
            "
        >
            <img src="/icons/whatsapp_black.png"
                 alt="WhatsApp"
                 style="width:22px; height:22px;">
            Send to developers
        </a>

    </div>

    <!-- Dev hint (optional but useful) -->
    <div style="margin-top:18px; font-size:12px; color:#999;">
        <b>Developer hint:</b><br>
        grep -B 20 -A 80 <span style="color:#d32f2f;">56b6db1d</span>
        /home/tringerivr/logs/standee.log
    </div>

    <p style="margin-top:20px; font-size:13px; color:#777;">
        We appreciate your patience 🙏
    </p>

</body>
</html>
