To make it just put the code below:
<meta http-equiv="refresh" content="10"/>
>Save the above code between
<head> .... </head>
description above code, content = "10" number of 10 shows that the refresh process will be done in a span of 10 seconds.
refresh function can also be used as a redirect from the URL to another URL address
This function can be made with the code:
<meta http-equiv="refresh" content="0;URL=URL address destination"/>