1052Redirecting with meta & refresh
A basic redirect from one website to another:
<meta http-equiv="refresh" content="0; URL=https://www.trembl.org" />
contentis the dealy in millisecondsURLis the target url
A basic redirect from one website to another:
<meta http-equiv="refresh" content="0; URL=https://www.trembl.org" />
content is the dealy in millisecondsURL is the target url