Files
polygon/site/templates/index.html
T

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 }} &nbsp;|&nbsp; Инстансов: {{ inst_count }} &nbsp;|&nbsp; delay: {{ delay }}s</p>
<p>Эндпоинты: <code>/api/v1/svc/*</code></p>
</body>
</html>