oppure in js:

<script>
function aggiorna (){
location.reload();
}
setTimeout (aggiorna(),5000);

</script>