add homepage config

This commit is contained in:
2026-03-19 20:24:37 +01:00
parent f79b93ecc9
commit 84d44c559a
28 changed files with 1226 additions and 0 deletions

3
configs/custom.js Executable file
View File

@@ -0,0 +1,3 @@
document.addEventListener("DOMContentLoaded", () => {
document.title = "KALLILAB CORE";
});