Skip to content

Commit

Permalink
delete text before inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
mala23 committed Dec 4, 2014
1 parent bc22728 commit 9593179
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/index.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
<section id="popupLogin">
<form id="popuplogin">
<h3>Please Login</h3>
<label for="un">Email:</label>
<label for="un"></label>
<input type="text" name="email" id="email" value="" placeholder="username">
<label for="pw">Password:</label>
<label for="pw"></label>
<input type="password" name="password" id="password" value="" placeholder="password">
<button type="submit" onclick="validLogin()">Sign in</button>
</form>
Expand Down

0 comments on commit 9593179

Please sign in to comment.