ilir meta code example
Example 1: html meta redirect
<meta http-equiv="refresh" content="3; URL=http://www.example.com/">
Example 2: meta no cache
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="refresh" content="3; URL=http://www.example.com/">
<meta http-equiv="cache-control" content="no-cache" />