Initial V1

This commit is contained in:
2024-06-15 16:09:50 +02:00
parent 01e33a3ff0
commit 6ab4e3f2df
50 changed files with 2128 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
document.addEventListener('DOMContentLoaded', () => {
new Flickity(document.getElementById('carrousel'), {
autoPlay: true,
groupCells: '75%',
});
});