HTML Redirect code
<!DOCTYPE html> <html> <head> <meta http-equiv="Refresh" content="5;url=https://www.google.com"> </head> <body> <p>Sorry! We have moved! The new URL is: <a href="https://www.google.com">https://www.google.com</a></p> <p>You will be redirected to the new address in five seconds.</p> <p>If you see this message for more than 5 seconds, please click on the link above!</p> </body> </html>