diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rwxr-xr-x | StoneIsland/www/index.html | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 022c931e..76cedaa5 100755 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -113,13 +113,6 @@ <span role="link" aria-label="View cart" class="cart_rapper"><span class="cart"><span role="display" class="cart_count">0</span></span></span> </div> - <div id="footer"> - <!-- 'Cancel' i think needs to go BACK in the navigation.. rather than jumping to the home screen --> - <div role="button" class="cancel">CANCEL</div> - <div role="button" class="ok">OK</div> - </div> - - <!-- BLOGS ================================================ --> <div id="story"> @@ -1041,6 +1034,12 @@ </div> + <div id="footer"> + <!-- 'Cancel' i think needs to go BACK in the navigation.. rather than jumping to the home screen --> + <div role="button" class="cancel">CANCEL</div> + <div role="button" class="ok">OK</div> + </div> + <div id="curtain"> <div class="loader"></div> </div> @@ -1084,6 +1083,8 @@ </div> +<!-- Forms --> + <script type="text/html" id="creditcard_template"> <label for="creditcard_id">Credit Card Number</label> <input type="number" name="Number" aria-placeholder="CREDIT CARD NUMBER" required> |
