Subversion Repositories SmartDukaan

Rev

Rev 25308 | Rev 28256 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
25011 amit.gupta 1
 
2
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3
	"http://www.w3.org/TR/html4/loose.dtd">
4
<html>
5
	<head>
6
    <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
7
    <meta http-equiv="Pragma" content="no-cache" />
8
    <meta http-equiv="Expires" content="0" />
9
    <title></title>
10
     <style>
11
body  {
12
    background-image: url("../../../assets/images/smartdukaan_splash.png");
13
    background-size: 100% ;
14
 
15
}
16
</style>
17
	</head>
18
	<body>
19
  <script>
20
    function done(){
25717 tejbeer 21
       location.href = "http://app.smartdukaan.com/entry-point2?authToken=${authToken}&androidId=${androidId}";
25011 amit.gupta 22
    };
23
    setTimeout(done, 100);
24
  </script>
25
	</body>
26
</html>