Why my image doesn't shows?
When using an <img /> tag or background-image: , I copy the URL of a Google picture, but it doesn't appears. I also tried to upload it to Google drive but it still doesn't work. Does anyone knows how to fix it? Code: <html> <head> <title>Page Title</title> </head> <body> <header> <img src="https://images.app.goo.gl/6KucmjFdRLzPKaJFA" id="pandita"/> <nav> <ul class="social"> <li class="social"><a href="#" id="discord">Discord</a></li> <li class="social"><a href="#" id="twitter">Twitter</a></li> <li class="social"><a href="#" id="facebook">Facebook</a></li> </ul> </nav> </header> <hr> <h3>Adopta un panda</h3> </div> </div> </body> </html>