HTM Page Redirection

From KlavoWiki
Jump to navigationJump to search

To redirect using a htm page

<HTML>
<head>
<meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php">
</head>
</HTML>