CINXE.COM
Redirect Page
<!DOCTYPE html> <html> <head> <title>Redirect Page</title> <meta http-equiv="Refresh" content="0; URL=./project/home/start.view"> <link rel="shortcut icon" href="./favicon.image" /> <link rel="icon" href="./favicon.image" /> </head> <body bgcolor="#FFFFFF" text="#000000"> <script type="text/javascript"><!-- window.location.replace("./project/home/start.view"); --></script> <p><a href="./project/home/start.view">Redirect to Home Page</a></p> </body> </html>