Widget:GOV-Test
Aus Altes Köln
<script>
fetch('https://gov.genealogy.net/item/show/HOHAUSJO30MX') .then(response => response.text()) .then(data => { document.getElementById('external-content').innerHTML = data; }) .catch(error => { console.error('Error loading external content:', error); });
</script>
<object data="https://gov.genealogy.net/item/show/HOHAUSJO30MX" width="600" height="400"></object>