<!DOCTYPE html>
<html>
<head>
<title>Loading...</title>
<meta http-equiv="refresh" content="0; url=http://example.com">
<script>window.location.href = "http://example.com"</script>
</head>
<body>
<p>Not redirected? Go to <a href="https://example.com">example.com</a></p>
</body>
</html>