enochmh2

home page

Dec 4th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 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="mainpage.html"></a>
  7. <link <a href="reminder.html"></a>
  8. <link <a href="login.html"></a>
  9. <title> My site</title>
  10. <script>
  11. function confirmInput() {
  12. login= document.forms.[0].login.value;
  13. }
  14.  
  15. </script>
  16. </head>
  17. <body>
  18. <div id="header" >
  19. <h1> WELCOME! </h1>
  20. <form onsubmit="confirmInput()" action="signup.html">
  21.  
  22. <input type="submit" value="SIGN UP!">
  23. </form>
  24.  
  25. </div>
  26. <br>
  27. <br>
  28. <br>
  29. <br>
  30. <br>
  31. <br>
  32. <br>
  33. <div style="text-align:center">
  34. <form onsubmit="confirmInput()" action="mainpage.html">
  35.  
  36. USERNAME:<input type="text" name="USERNAME"><br>
  37. PASSWORD:<input type="password" name="PASSWORD"><br>
  38. <input type="submit" value="ENTER">
  39. <a href="reminder.html">FORGOT PASSWORD?</a>
  40.  
  41. </form>
  42.  
  43.  
  44. </div>
  45.  
  46.  
  47. </body>
  48. </html>
Advertisement
Add Comment
Please, Sign In to add comment