Script entfernt
Script für die einindung einer svg entfernt.
This commit is contained in:
parent
30edfe434c
commit
7bc0490529
12
index.html
12
index.html
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user