From 4444d976e6c285a119b131fa59baa390583718a7 Mon Sep 17 00:00:00 2001 From: Namonay Date: Thu, 19 Feb 2026 15:34:06 +0000 Subject: [PATCH] a --- server/src/data/templates/index.html | 32 +++++++++++++++++++++++----- 1 file changed, 27 insertions(+), 5 deletions(-) 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 }} + +
- + +