fetch('https://umaring.github.io/bdunahu.json') .then(function(ret) { return ret.json(); }) .then(function(json) { document.getElementById('umaring-id').innerHTML = `` }) .catch(function() {});