redirect.html (375B)
1 <!DOCTYPE html> 2 <html lang=en> 3 <head> 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> 5 <meta http-equiv="Refresh" content="@TIME@; url=@REDIRECTION@"> 6 <title>Redirection</title> 7 </head> 8 9 <body> 10 <p>This web page moved to a new place.</p> 11 12 <p>Your browser should automatically take you <a 13 href="@REDIRECTION@">there</a> in @TIME@ seconds.</p> 14 15 </html>