1<html> 2<head><title>redirecting</title></head> 3<body onload="location.replace(location.search.substring(1))">redirecting...</body> 4</html> 5
1<html> 2<head><title>redirecting</title></head> 3<body onload="location.replace(location.search.substring(1))">redirecting...</body> 4</html> 5