html meta tag refresh page code example
Example 1: meta refresh
<meta http-equiv="refresh" content="30">
Example 2: reload tab using meta
<meta http-equiv="refresh" content="5">
<meta http-equiv="refresh" content="30">
<meta http-equiv="refresh" content="5">