diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index c214f6e..f934c13 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -3,21 +3,36 @@
- +
-
-
+ + + +
+ + +
+ +
+ +
+
@@ -27,9 +42,16 @@
{% for item in items %}
- {{ item }} + + {{ item.name }} + + + {{ item.time }} + +
- + +