Subversion Repositories SmartDukaan

Rev

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

<html>
        <head>Redirecting you to Spice Money</head>
        <style>
        .container {
          align-items: flex-start;
          display: flex;
          height: 40em;
        }
        
        .item {
          flex: 1 1 2em;
        }
        
        .item:nth-child(3) {
          align-self: flex-end;
          flex: 2 10 5em;
          order: -1;
        }
                
        </style>
        <body onload="document.forms[0].submit()">
                <!--
                Encrypted json is 
                ${encData}
                -->
                <form action="https://b2b.spicemoney.com/alliance" method="post" style="visibility:hiden">
                        <input type="text" name="encData" value="${encryptedData}" />
                </form>
                <div class="continer">
                        <div class="item">Please wait while you are being redirected to Spice Money</div>
                </div>
                                
        </body>
</html>