refactor: decouple — blueprint'ы + CSS/HTML разделение (по шаблону app-autotest)

This commit is contained in:
2026-07-31 22:16:22 +04:00
parent 6a0d5d00a2
commit 944238d224
16 changed files with 803 additions and 464 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8">
<title>polygon v{{ version }}</title>
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
</head>
<body>
<h1>polygon <span class="ver">v{{ version }}</span></h1>
<p class="ok">● running</p>
<p>Сервисов: {{ svc_count }} &nbsp;|&nbsp; Инстансов: {{ inst_count }} &nbsp;|&nbsp; delay: {{ delay }}s</p>
<p>Эндпоинты: <code>/api/v1/svc/*</code></p>
</body>
</html>