<!DOCTYPE html><html><head><title>ThreatPulse</title><style>body{font-family:sans-serif;display:flex;align-items:center;justify-content:center;height:100vh;margin:0;background:#0f172a;color:#fff}.box{text-align:center;padding:40px;border:1px solid #334155;border-radius:16px}.dot{width:12px;height:12px;background:#10b981;border-radius:50%;display:inline-block;margin-right:8px;animation:pulse 2s infinite}@keyframes pulse{0%,100%{opacity:1}50%{opacity:.3}}</style></head><body><div class="box"><h1>⚡ ThreatPulse</h1><p><span class="dot"></span>Backend online — Frontend en despliegue</p><p><a href="/api/docs" style="color:#60a5fa">API Docs →</a></p></div></body></html>