Logo de Gioseppo

PLAYING TENNIS

Voir
<script> const barefootVideo = document.createElement('div') barefootVideo.style.width = '100%' barefootVideo.style.margin = '0 auto' barefootVideo.style.maxWidth = '1240px' barefootVideo.style.paddingBottom = '2rem' barefootVideo.innerHTML = ` <img class="desktop hasMobile banner-h-desktop" src="https://gioseppo.com/media/wysiwyg/home/20250902/BANNER H1 - PLAYING TENNIS.jpg" /> <img class="mobile hasMobile banner-h-mobile" src="https://gioseppo.com/media/wysiwyg/home/20250902/BANNER V1 - PLAYING TENNIS.jpg" /> ` const mainContent = document.getElementById('maincontent') mainContent.prepend(barefootVideo) </script> <style> .top-categories { display: none !important; } </style>