christmas update

This commit is contained in:
sky
2025-11-27 12:13:08 -05:00
parent e60e6791d9
commit d4bd776889
8 changed files with 194 additions and 76 deletions

View File

@ -13,7 +13,7 @@ function loadPJS() {
script.src = "https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js";
document.head.appendChild(script);
script.addEventListener("load", ()=>{
particlesJS.load('pjs', "/js/particlesjs-config.json", ()=>{});
particlesJS.load('pjs', "/js/christmas-particlesjs-config.json", ()=>{});
});
}