Initial commit

This commit is contained in:
Lucas
2025-06-04 12:53:20 +00:00
commit 4263294fd7
167 changed files with 25342 additions and 0 deletions

1
html/js/fullscreen.min.js vendored Normal file
View File

@@ -0,0 +1 @@
function openLightbox(e){var n,o=e.src,s=o.replace(/(\.\w+)$/,"_full$1"),i=document.getElementById("lightbox"),t=document.getElementById("lightbox-image");t.style.display="none",i.style.display="flex",n=new Image,n.onload=function(){t.src=s,t.style.display="block"},n.src=s,document.body.classList.add("no-scroll")}function closeLightbox(){document.getElementById("lightbox").style.display="none",document.body.classList.remove("no-scroll")}

2
html/js/scripts.min.js vendored Normal file

File diff suppressed because one or more lines are too long