<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url='<?=$url?>'" />
<title>Redirecting...</title>
</head>
<body>
Redirecting you to new url <br/> Click here to manually redirect <a href="<?=$url?>">Let's go</a>.
</body>
</html>
|