You can use 2 ways for solve this problem: 1) After the head tag
<head>
<meta http-equiv="refresh" content="600">
</head>
2) If your page hasn't head tag you must use Javascript to implement
<script type="text/javascript">
function RefreshPage()
{
window.location.reload()
}
</script>
My contact: