La copia del código es la siguiente:
<html xmlns = "http://www.w3.org/1999/xhtml">
<Evista>
<meta http-equiv = "content-type" content = "text /html; charset = gb2312" />
<title> 60 Actualiza esta página </título>
<script type = "text/javaScript">
var t;
t = 60;
función shua ()
{
t = t-1;
document.getElementById ("Sugerencias"). InnerHtml = "Todavía hay"+T+"segundos" antes del siguiente tiempo de actualización;
if (t == 0)
{
document.location.reload ();
}
}
</script>
</ablo>
<Body Onload = "Window.SetInterval (shua, 1000);">
<centro>
<font id = "sugerencias" style = "color: azul"> 60 segundos restantes antes de la próxima hora de actualización </font> <br/>
<centro>
</body>
</html>