Cómo redirigir a otra página HTML en HTML en 30 segundos

<meta http-equiv="refresh" content="3;url=http://www.google.com/" />
Coding Cat