Hello,
That looks as though it's an issue with your site, not the hosting.
Try uploading a test html file and navigating to it. Does it work?
<html>
<head><title>Test!</title></head>
<body>
<a>Testing, testing, 123</a>
</body>
</html>
Use the above code. It's very basic. If it works, it'll...