<!DOCTYPE html> <html> <head> <meta http-equiv="refresh" content="0;url=pages/index.html"> <title>GDEAL</title> <script language="javascript"> window.location.href = "pages/index.html" </script> </head> <body> Go to <a href="pages/index.html">/pages/index.html</a> </body> </html>