Image displaying in a browser but not in a HTML compiler
Solution 1:
Your SSL/TLS certificate is broken. Therefore, the browser can't display it.
Do you call this image from a HTTPS website?
When you add this HTML code to a website that uses SSL/TLS, then the modern browsers will call "httpS://winterminer.com/glogo.png"
It should be working fine, when you add this HTML code to an HTTP website.