meta refresh url code example
Example 1: html meta refresh
<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
<meta http-equiv="refresh" content="30">
Example 4: meta refresh url
<meta http-equiv="refresh" content="0;URL='https://example.com/'">
Example 5: reload tab using meta
<meta http-equiv="refresh" content="5">