index.html META redirect


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

This snippet can be used to redirect the user to a different page (launch-page index.html) using only HTML


Copy this code and paste it in your HTML
  1. <META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://www.google.be">
  2. </HEAD>
  3. </HTML>

Report this snippet


Comments


You need to login to view comments.