Instruct the browser to refresh a page at a certain interval.
<meta http-equiv="refresh" content="5">
You can use it to do a redirect in HTML via the http-equiv meta.
<meta http-equiv="refresh" content="0; url=https://example.com/path/to/mypage">`