This commit is contained in:
2025-09-27 20:49:58 +02:00
commit 767fb638ce
58 changed files with 6724 additions and 0 deletions

5
static/js/feed.js Normal file
View File

@@ -0,0 +1,5 @@
function reload_feed() {
setTimeout(function() {
window.location.reload();
}, 120000);
}