how to move to another page in html code example
Example: redirect users to anmother page in javascript
//insert in the <head> tag
<meta http-equiv="refresh" content="0;url=site.com">
//insert in the <head> tag
<meta http-equiv="refresh" content="0;url=site.com">