Html redirect: Difference between revisions

From KlavoWiki
Jump to navigationJump to search
(Created page with "To redirect a HTML page <pre> <HTML> <head> <meta http-equiv="refresh" content="0;URL=/path/to/rdirect/lookhere.htm"> </head> </HTML> </pre> Category : WEB Design")
 
(No difference)

Latest revision as of 00:27, 1 July 2011

To redirect a HTML page

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