Html redirect

From KlavoWiki
Jump to navigationJump to search

To redirect a HTML page

<HTML>
<head>
<meta http-equiv="refresh" content="0;URL=/path/to/rdirect/lookhere.htm">
</head>
</HTML>