how to auto redirect to another page in html code example
Example 1: autoredirect html
<meta http-equiv = "refresh" content = "0; url = <Where you want it to go>" />
Example 2: how to automatically redirect in html
<!DOCTYPE html>
<html>
<head>
<title>HTML Meta Tag</title>
<meta http-equiv = "refresh" content = "3; url = https://www.qries.com" />
</head>
</html>