HTML redirect is a nice tool to help you route current website to another one. This is a client side script. It will inform the browser to redirect to another website that you have defined.
Below is the HTML redirect code
<meta http-equiv=”Refresh” content=”5; url=http://PrettyGirl2u.com” />
Just put this code on between the head tags. As the code example, it will refresh to a new website in 5 seconds and route to http://PrettyGirl2u.com which mentioned at content attribute.
RSS feed for comments on this post · TrackBack URI
Leave a reply