Script entfernt

Script für die einindung einer svg entfernt.
This commit is contained in:
Domenik Rath 2024-09-26 19:36:36 +02:00
parent 30edfe434c
commit 7bc0490529

View File

@ -493,18 +493,6 @@
checkbox.checked = masterCheckbox.checked;
});
}
<div id="logo"></div>
fetch('logo.svg')
.then(response => response.text())
.then(svg => {
document.getElementById('logo').innerHTML = svg;
})
.catch(error => console.error('Error loading SVG:', error));
</script>
</body>