diff options
Diffstat (limited to 'StoneIsland/www/index.html')
| -rw-r--r-- | StoneIsland/www/index.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/StoneIsland/www/index.html b/StoneIsland/www/index.html index 25220af4..2cbe762b 100644 --- a/StoneIsland/www/index.html +++ b/StoneIsland/www/index.html @@ -184,14 +184,13 @@ <span class="close"> <div class="login_ask">LOGIN</div> <div class="signup_ask">SIGNUP</div> - <div> - <input type="text" name="username" placeholder="USERNAME / EMAIL"> - <input type="text" name="password" placeholder="PASSWORD"> + <form> + <input type="email" name="email" placeholder="EMAIL" required> + <input type="password" name="password" placeholder="PASSWORD" required> <span class="submit">SIGN IN</span> - </div> + </form> </div> - - + <div id="cart"> <h1>YOUR CART / <span class="itemcount">2 ITEMS</h1> |
