chto-ty-takoe-na-baze-kakih/index.html
Elshat 8d527c2f1c fix: index.html redirects to Python dashboard (port 3000)
Old Node.js agent (currencies+weather) saved as index.legacy.html.
Preview now shows the new AgroMarket price dashboard with
potato/wheat/milk/apple prices, search, spreads, alerts.
2026-09-24 09:14:03 +00:00

14 lines
733 B
HTML

<!DOCTYPE html>
<html lang="ru">
<head><meta charset="utf-8"><meta http-equiv="refresh" content="0;url=/proxy/3000/">
<title>AgroMarket Price Agent → Дашборд</title></head>
<body style="font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;height:100vh;margin:0;background:#f5f5f7;color:#1d1d1f">
<div style="text-align:center">
<p style="font-size:18px;font-weight:600">Перенаправляем на дашборд цен AgroMarket…</p>
<p style="color:#86868b;font-size:14px;margin-top:8px">
Если не перенаправило автоматически — <a href="/proxy/3000/" style="color:#0071e3">кликни сюда</a>
</p>
</div>
</body>
</html>