Files
html/agents-sim.html
2026-04-12 22:57:03 +02:00

16 lines
1.3 KiB
HTML

<!DOCTYPE html><html lang="fr"><head><meta charset="UTF-8"><title>WEVIA agents-sim</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="refresh" content="3;url=/agents-archi.html">
<style>body{font-family:system-ui;background:#0a0e1a;color:#e2e8f0;padding:60px 20px;text-align:center;min-height:100vh}h1{color:#06b6d4;font-size:28px;margin-bottom:20px}p{color:#94a3b8;max-width:600px;margin:0 auto 20px;line-height:1.6}a{color:#10b981;padding:10px 20px;background:rgba(16,185,129,0.1);border:1px solid #10b981;border-radius:6px;text-decoration:none;display:inline-block;margin:6px}</style></head>
<body>
<h1>🧠 WEVIA Agents agents-sim</h1>
<p>Cette vue est dépréciée. Redirection automatique vers <b>agents-archi.html</b> (architecture 3D live).</p>
<p>Vous serez redirigé dans 3 secondes...</p>
<div><a href="/agents-archi.html">Agents Archi 3D</a> <a href="/wevia-meeting-rooms.html">Meeting Rooms</a> <a href="/director-center.html">Director</a></div>
<script>
fetch('/api/weval-unified-pipeline.php').then(r=>r.json()).then(d=>{
document.body.insertAdjacentHTML('beforeend','<p style="margin-top:30px;color:#06b6d4">● '+d.l99.health+' '+d.l99.pass+'/'+d.l99.total+' checks · '+d.routines.length+' routines</p>');
}).catch(()=>{});
</script>
</body></html>