This commit is contained in:
2026-03-22 22:44:58 +01:00
parent 5a5b9f7227
commit d09bca6326
13 changed files with 118 additions and 13 deletions

4
public/js/web.js Normal file
View File

@@ -0,0 +1,4 @@
function setLanguage(lang) {
document.cookie = "lang=" + lang;
location.reload();
}