How to redirect your page to another page

Today I had to link a site to another site and it’s actually very easy. And probably everyone reading this blog will know this, but I didn’t know it  by heart. That’s why I’m posting it here for myself, for future reference.

Just add the following line with the correct page you want to link to in the HTML <HEAD> tag.

   1: <meta HTTP-EQUIV="REFRESH" content="0; url=http://www.pagetolinkto.com/index.html">