Actualiser ou recharger automatiquement une page en utilisant HTTP-Equiv

<!DOCTYPE html>  
<html>  
<head>  
    <title>Page Reload after 10 seconds</title>  
    <meta http-equiv="refresh" content="10" />  
</head>  
<body>  
  
<h2>Softhunt.net</h2>  
  
</body>  
</html>
Outrageous Ostrich