standards exist for a reason
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-09-24 20:19:01 +02:00
parent 3221fe5ae6
commit 7b226397f1
1 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<title>Kebab Collection</title>
</head>
<body>
<h1>Current vertex count: {{ best_result|length }}</h1>
<h2>Total results submitted: {{ result_count }}</h2>
@ -16,5 +20,5 @@
<li>{{ worker.ipaddr }} - {{ worker.last_seen }}</li>
{% endfor %}
</ul>
</body>
</html>