html 5 how to redirect from one html page to another code example
Example 1: redirect html
<meta http-equiv="refresh" content="time; URL=new_url" />
Example 2: html meta redirect to another page
<!-- [time] is the time to redirect. For immediate loading, you can set it to 0 -->
<meta http-equiv = "refresh" content = " time ; url = link"/>