<script>
window.onload = function() {
var img = document.createElement('img');
img.src = 'http://example.test:8000/resources/square.png';
document.body.appendChild(img);
}
</script>
<script>
window.onload = function() {
var img = document.createElement('img');
img.src = 'http://example.test:8000/resources/square.png';
document.body.appendChild(img);
}
</script>