diff --git a/public/index.html b/public/index.html index 9b11af7..f1e3762 100644 --- a/public/index.html +++ b/public/index.html @@ -7,11 +7,14 @@ + + + Crystal Alto Vicentino s.r.l. | Gestioni Immobiliari @@ -668,7 +671,7 @@ a.card.clickable:hover { color: inherit; } @@ -711,7 +714,13 @@ function updateFloor() { buttons.forEach(btn => btn.classList.toggle('active', btn.dataset.floor === floor)); } window.addEventListener('scroll', updateFloor, { passive: true }); -updateFloor(); + +// Inizializzazione +window.addEventListener('DOMContentLoaded', () => { + const version = document.querySelector('meta[name="version"]')?.content; + if (version) document.getElementById('versionDisplay').textContent = `v${version}`; + updateFloor(); +}); diff --git a/public/og-image.png.jpg b/public/og-image.png.jpg new file mode 100644 index 0000000..5502844 Binary files /dev/null and b/public/og-image.png.jpg differ