Advertisement
enochmh2

login

Dec 4th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <link type="text/css" rel="stylesheet" href="main.css"/>
  5. <link <a href="signup.html"></a>
  6. <link <a href="new.html"></a>
  7. <title> Please log in </title>
  8. <script>
  9. function confirmInput() {
  10. login= document.forms.[0].login.value;
  11. }
  12.  
  13. </script>
  14. </head>
  15. <body>
  16. <div id="header">
  17. <h1> Enter your details<h1>
  18.  
  19. </div
  20. <br>
  21. <br>
  22. <br>
  23. <br>
  24. <br>
  25. <br>
  26. <br>
  27. <div style="text-align:center">
  28.  
  29. USERNAME:<input type="text"><br>
  30. PASSWORD:<input type="password">
  31. <form onsubmit="confirmInput()" action="mainpage.html">
  32. <input type="submit" value="ENTER">
  33.  
  34. </form>
  35.  
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement