PHP
<?php header("location: http://www.dominio.com.br/"); ?>
HTML5
<meta http-equiv="refresh" content="0;url=http://www.dominio.com.br/pagina.htm">
Posted by L3UNIX to L3UNIX's deck (2016-07-25 13:36)
PHP
<?php header("location: http://www.dominio.com.br/"); ?>
HTML5
<meta http-equiv="refresh" content="0;url=http://www.dominio.com.br/pagina.htm">