diff --git a/index.html b/index.html index f140807..a88bff4 100644 --- a/index.html +++ b/index.html @@ -493,18 +493,6 @@ checkbox.checked = masterCheckbox.checked; }); } - - - - - fetch('logo.svg') - .then(response => response.text()) - .then(svg => { - document.getElementById('logo').innerHTML = svg; - }) - .catch(error => console.error('Error loading SVG:', error)); - -