init commit

This commit is contained in:
root (ariane)
2025-10-10 20:31:12 +02:00
commit cccaa274f8
427 changed files with 1693738 additions and 0 deletions

7
load.js Normal file
View File

@@ -0,0 +1,7 @@
$(window).load(function() {
$('.flexslider').flexslider({
animation: "slide",
slideshowSpeed: 5000,
controlNav: false
});
});