Subversion Repositories SmartDukaan

Rev

Rev 28256 | Blame | Compare with Previous | Last modification | View Log | RSS feed


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
        <head>
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
    <meta http-equiv="Pragma" content="no-cache" />
    <meta http-equiv="Expires" content="0" />
    <title></title>
     <style>
body  {
    background-image: url("../../../assets/images/smartdukaan_splash.png");
    background-size: 100% ;

}
</style>
        </head>
        <body>
  <script>
    function done(){
        location.href = "${appUrl}/entry-point2?authToken=${authToken}&androidId=${androidId}&internal=${internal}";
    };
    setTimeout(done, 100);
  </script>
        </body>
</html>