meta refresh redirect code example
Example 1: html meta redirect
<meta http-equiv="refresh" content="3; URL=http://www.example.com/">
Example 2: meta redirect header
<meta http-equiv="refresh" content="5;url=http://example.com/" />.
Example 3: meta refresh url
<meta http-equiv="refresh" content="0;URL='https://example.com/'">
Example 4: reload tab using meta
<meta http-equiv="refresh" content="5">