diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 01:23:00 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-07-14 01:23:00 +0200 |
| commit | e7df26edfb920e39bd45bef40830c8e6f2e88ed3 (patch) | |
| tree | d4961af3a2aa8df7d15342df6008ec4ceb754f6b /StoneIsland/www/index.html | |
| parent | eb0693bda1edce80569ee15c1543a7a897c8f359 (diff) | |
fix
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> |
