<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">// const mySlider = new Splide('#home', {
//   type: 'loop',
//   rewind: true,
//   rewindSpeed: 40,
//   autoplay: true,
//   interval: 3000,
//   paginationDirection: 'rtl',
//   pagination: true,
//   paginationType: 'progress',
//   arrows: 'hide',
//   breakpoints: {
//     800: {
//       arrows: false,
//     }
//   }
// });

// mySlider.mount();</pre></body></html>