Advertisement
Guest User

Untitled

a guest
Jan 27th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. <div class="LoginContainer">
  2. <div class="Login">
  3. <div class="LoginHeader">
  4. <h3 class="AccountTitle">Login</h3>
  5. </div>
  6. <div class="LoginText">
  7. <lable class="LoginText"><b>Username:</b></lable>
  8. <div>
  9. <input id="Username" type="text" placeholder="Enter Username" name="Username" required>
  10. </div>
  11. </div>
  12.  
  13. <div class="LoginText">
  14. <lable><b>Password:</b></lable>
  15. <div>
  16. <input id="Password" type="password" placeholder="Enter Password" name="Password" required>
  17. </div>
  18. </div>
  19. <div class="LoginText">
  20. <button onclick="Login();" class="ForumButtons" type="submit">Login</button>
  21. <form action="Create Account.html">
  22. <button href="Create Account.html" class="ForumButtons">New? Create an account!</button>
  23. </form>
  24. </div>
  25. </div>
  26. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement