Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang = "en">
  3. <head>
  4. <meta charset = "utf -8">
  5. <title>LOGIN</title>
  6. </head>
  7.  
  8. <style>
  9.  
  10. @import "css/style.css";
  11. @import "css/footer.css";
  12. @import "css/content.css";
  13. @import "css/navbar.css";
  14.  
  15. </style>
  16.  
  17.  
  18. <body>
  19. <header class="header-container">
  20. <div class="logo">
  21. <a href="login.html" title=" "><img src="images/alogo.png" width="35%"></a>
  22. </div>
  23. <nav>
  24. <ul>
  25. <li><a href="login.html">Home</a></li>
  26. <li><a href="contactForm.html">Contact</a></li>
  27. <li><a href="#Home">About</a></li>
  28. </ul>
  29.  
  30. </header>
  31.  
  32. <section>
  33. <main>
  34. <div id="h1T">
  35. <H1>Login Form</H1>
  36. </div>
  37.  
  38.  
  39. <div id="container-box">
  40.  
  41. <form action="comfirmation.html"
  42. method="post" action="mailto:youremail@email.com">
  43. Username:<br>
  44. <input type="text" size="20" maxlength="20" name="Username"
  45. value= " "> <br>
  46. Password: <br>
  47. <input type="password" size="20" maxlength ="20” name ="password"> <br>
  48.  
  49. <input type="submit" name="Submit">
  50. <input type="reset" name="Reset">
  51. </form>
  52.  
  53.  
  54.  
  55. </div>
  56. </main>
  57. </section>
  58.  
  59. <footer>
  60. <p>
  61.  
  62.  
  63. CopyRight 2018;
  64. </p>
  65.  
  66. <P>
  67. // B00116946 \\
  68.  
  69. </p>
  70.  
  71.  
  72. </footer>
  73.  
  74.  
  75.  
  76. </body>
  77. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement