Redirect page in HTML
To redirect user to another page directly in browser (without using server-side and HTTP error codes) one just have to add this to <head>
section of HTML document:
<meta http-equiv="refresh" content="x; url=http://.../strona.html"/>
This is just to remind me, what to use in this case. Nothing more.