My Website is not showing up but it does on other site and at home

Hi all I have a web page I had it working on another site and it works fine on my local machine but not on 000webhost

this is the link to my site

https://site-surveys.000webhostapp.com/

I am not an expert when it come to html code but I know it works

Thanks

I resolved this by adding following code to the HTML page

meta http-equiv=“Content-Security-Policy” content=“upgrade-insecure-requests”

Now it is working fine

What is it supposed to look like?

Nevermind I noticed your edit, what was the issue before that you had to resolve out of interest?

1 Like

Yes I had sorted it thank you

Sorry I didn’t answer you question, google was not showing up on the page not sure why but I done a google search and found that someone had the same issue and added this line

<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">

Thanks

1 Like