web no security

Image

my page has a bug which does not allow me to access the content, and also tells me that the website is not safe, as it appears in the image, what can I do ?, I count with icrew

Looks like you have images or internal links linked to http and not https.

When linking external images or scripts on the header of your site, be sure to use the following format:

\<img src="//site.com" /\>

Rather than:

\<img src="http://site.com" /\>

This insures that the client selects the most appropriate network protocol. In other words, if your site is https then external links should only use the https protocol.

Some web browsers also prevent cross-protocols from loading on the same page, so it cloud explain why you’re missing styling or animations on the site.