HTM Page Redirection
From KlavoWiki
To redirect using a htm page
<HTML> <head> <meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php"> </head> </HTML>
To redirect using a htm page
<HTML> <head> <meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php"> </head> </HTML>