15 lines
504 B
HTML
15 lines
504 B
HTML
<!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 }} | Инстансов: {{ inst_count }} | delay: {{ delay }}s</p>
|
|
<p>Эндпоинты: <code>/api/v1/svc/*</code></p>
|
|
</body>
|
|
</html>
|