HTML redirect in META tag


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

In the content property, the first number is the number of seconds until the refresh, the URL is where the redirect will go.


Copy this code and paste it in your HTML
  1. <meta http-equiv="refresh" content="5;url=/index.html" />

Report this snippet


Comments


You need to login to view comments.