Forced redirect from page

Please, tell me how can i forced redirect from page ?

What do you mean by page?

  1. Simple HTML page (i.e. no router stuff):
 <!DOCTYPE html>
  <head>      
    <title>Redirect...</title>      
    <meta http-equiv="refresh" content="0;URL='http://example.com/'" />    
  </head>    
  <body> 
  </body>  
</html> 
  1. F7 page:

app.views.main.router.navigate('/your/url/here/');