When I run the HTML file directly and when I host it locally the links go to the website I put, but for some reason when I host the code using CF Pages the link will display "https://example.com/google.com/"
Here's the code:
<a href="https://www.google.com" target="_top"><img border="0" src="example.gif" width="169" height="105"></a>
Again when I host it locally the links will show "https://www.google.com".
Is this like some weird setting on CF Pages or did I mess something up?