First Upload

This commit is contained in:
2024-10-19 18:11:09 +00:00
commit 51297aa3a9
144 changed files with 443066 additions and 0 deletions

10
docker-persist/app/js/main.js Executable file
View File

@@ -0,0 +1,10 @@
$(document).ready(function() {
$("body").addClass("loaded");
$(function () {
$('a[rel="lightbox"]').fluidbox();
})
});