From 20a5627444ed83ce66543e0939ad2639eea44917 Mon Sep 17 00:00:00 2001 From: Namonay Date: Wed, 4 Mar 2026 15:06:19 +0000 Subject: [PATCH] a? --- server/src/data/templates/index.html | 74 ++++++++++++++++++++++++++-- 1 file changed, 71 insertions(+), 3 deletions(-) diff --git a/server/src/data/templates/index.html b/server/src/data/templates/index.html index d4da3fe..55aec3d 100644 --- a/server/src/data/templates/index.html +++ b/server/src/data/templates/index.html @@ -33,7 +33,7 @@
@@ -94,8 +94,17 @@ {{ item.time }} {% endif %} - -
+
+
+
+ + + + + + +
+ + @@ -123,5 +173,23 @@ tickCheckbox.addEventListener('change', function() { timeSelect.disabled = this.checked; }); + {% endblock %}