diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 26 |
1 files changed, 22 insertions, 4 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index f82d71c2..ac2e5bf2 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -347,6 +347,16 @@ Consult our <u>PRIVACY POLICY</u> for further information. </div> </div> + + <div class="container-fill"> + <div class="container-message"> + <span class="msg"> + * Your personal and payment<br> + information will always remain private + </span> + </div> + </div> + </form> </div> </div> @@ -581,7 +591,14 @@ <form> <div class="cc"></div> <div class="address"></div> - <span class="msg"></span> + <div class="container-fill"> + <div class="container-message"> + <span class="msg"> + * Your personal and payment<br> + information will always remain private + </span> + </div> + </div> </form> </div> </div> @@ -616,10 +633,11 @@ </div> <script type="text/html" id="creditcard_template"> - <input type="text" name="CC" placeholder="CREDIT CARD NUMBER" required> + <input type="text" name="Number" placeholder="CREDIT CARD NUMBER" required> <div class="half-input"> - <input type="text" name="EXP" placeholder="EXPIRATION DATE" required> - <input type="text" name="CVV" placeholder="SECURITY CODE" required> + <input type="number" name="ExpirationMonth" placeholder="EXPIRATION MONTH" required> + <input type="number" name="ExpirationYear" placeholder="EXPIRATION YEAR" required> + <input type="number" name="CVV" placeholder="SECURITY CODE" required> </div> <span class="address"></span> </script> |
