Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1.  
  2. <h2>Please login</h2>
  3. <form id="form" name="form">
  4.  
  5. <div>
  6.  
  7. <label>Email :</label>
  8. <input id="email" type="text">
  9. <label>Password :</label>
  10. <input id="password" type="password">
  11.  
  12.  
  13.  
  14. <button id="enter" onclick= "loginFunction();" class= "btn" type="button" value="Submit">Submit</button>
  15. </div>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement