How do I get google to work on here

I need help getting google to work on this, but i keep getting a “error on response” thing and it is very annoying
Here is the link

https://replit.com/@LawrenceSpence3/HTML-CSS-JS?v=1

I also have no clue what I am doing

Hi @LawrenceSpence3 can you explain what it is you are trying to make your Repl do?

1 Like

I am trying to have the repl open google

Ok. So would redirecting your HTML page to Google be sufficient?

1 Like

Ok ill try that that useing ghost writer

I’ve added the following line to your Repl

<meta http-equiv="Refresh" content="0; url='https://www.google.com'" />

This redirects your HTML page to Google immediately. It won’t display in Webview but if you click on the icon to pop out the webview into a new tab it should display.

Hope this helps but if you were wanting it to do something else please describe in detail below so others in the community can help you.

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.