refactor: decouple — blueprint'ы + CSS/HTML разделение (по шаблону app-autotest)
This commit is contained in:
@@ -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 }} | Инстансов: {{ inst_count }} | delay: {{ delay }}s</p>
|
||||
<p>Эндпоинты: <code>/api/v1/svc/*</code></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user