auto redirect html link code example
Example 1: autoredirect html
<meta http-equiv = "refresh" content = "0; url = <Where you want it to go>" />
Example 2: how to redirect a page to another url in html
<meta http-equiv="Refresh" content="0; url=https://www.w3docs.com" />