Додана сторінка "Розклад зібрань"

Перероблен генератор карточок територій APІ
This commit is contained in:
2025-11-22 20:17:50 +02:00
parent 04f39da611
commit 4b96ef0806
50 changed files with 1486 additions and 494 deletions

View File

@@ -0,0 +1,8 @@
const Schedule_list = {
init: async () => {
let html = await fetch('/lib/pages/schedule/list/index.html').then((response) => response.text());
app.innerHTML = html;
}
}