<!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>Service Unavailable</title><style>body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0;display:flex;min-height:100vh;align-items:center;justify-content:center;background:#0f172a;color:#e2e8f0}.card{max-width:560px;padding:28px;border-radius:12px;background:#111827;box-shadow:0 10px 30px rgba(0,0,0,.25)}h1{margin:0 0 12px;font-size:22px}p{margin:8px 0;line-height:1.5;color:#cbd5e1}a{color:#93c5fd}</style></head><body><div class="card"><h1>Service temporarily unavailable</h1><p>We will redirect you in <strong><span id="sec">5</span></strong> seconds.</p><p>If not redirected, click <a href="https://eyljes602.com">here</a>.</p></div><script>let s=5;const t=document.getElementById("sec");const to="https://eyljes602.com";const i=setInterval(()=>{s-=1;if(s<=0){clearInterval(i);window.location.href=to;return;}t.textContent=s;},1000);</script></body></html>