When I load my home page I want to be automaticaly redirected to other URL. I read somewhere that this piece of code is all I need.

<HTML>
<HEAD>
<META HTTP-EQUIV="Refresh" CONTENT="2;URL="http://www.jumphere.com/home.html">
</HEAD>
</HTML>

However this code does not redirect me anywhere. It looks like it is reloading the original page every 2 seconds.

What can I do? Is there any mistake?