HTML meta refresh redirect page - meta http-equiv cache control pragma refresh


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <!DOCTYPE html>
  2. <head>
  3. <meta http-equiv="CACHE-CONTROL" content="NO-CACHE">
  4. <meta http-equiv="PRAGMA" content="NO-CACHE">
  5. <meta http-equiv="REFRESH" content="0;URL=../">
  6. <title>Loading...
  7. </title>
  8. </head>
  9. <body>
  10. </body>
  11. </html>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.