summaryrefslogtreecommitdiff
path: root/StoneIsland/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-19 19:16:15 -0500
committerJules Laplace <jules@okfoc.us>2015-11-19 19:21:19 -0500
commit261857fce969790aa87498100cf353fa494080c8 (patch)
treec5d01aaa59c0dc65ebf4fb382dfa570d3bd15c79 /StoneIsland/www/index.html
parent06910c8fd4df3daa47f5cdfcbc687b1072909f52 (diff)
accountview
Diffstat (limited to 'StoneIsland/www/index.html')
-rw-r--r--StoneIsland/www/index.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html
index ab76d595..852fcb6d 100644
--- a/StoneIsland/www/index.html
+++ b/StoneIsland/www/index.html
@@ -65,10 +65,13 @@
<div class="account_menu">
<span class="logout">LOGOUT</span>
<span class="faq">FAQ</span>
+ <span class="main">MAIN MENU</span>
</div>
<div class="faq_menu">
+ <span class="account">ACCOUNT</span>
<span class="login">LOGIN</span>
<span class="logout">LOGOUT</span>
+ <span class="main">MAIN MENU</span>
</div>
</span>
@@ -546,7 +549,9 @@
</div>
- <div id="curtain"></div>
+ <div id="curtain">
+ <div class="loader"></div>
+ </div>
<div id="selector">
<div class="options">
@@ -686,6 +691,7 @@
<script src="js/lib/auth/LogoutView.js"></script>
<script src="js/lib/auth/SignupView.js"></script>
+<script src="js/lib/account/AccountView.js"></script>
<script src="js/lib/account/ProfileView.js"></script>
<script src="js/lib/account/PaymentView.js"></script>
<script src="js/lib/account/ShippingView.js"></script>