Advertisement
Guest User

html

a guest
Nov 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.68 KB | None | 0 0
  1. <h1>Welcome</h1>
  2. <h2>créér un login pour créér des site</h2>
  3. <html>
  4. <head>
  5. <title>Registration form</title>
  6. <link rel="stylesheet" type="text/css" href="style3.css">
  7. </head>
  8. <body>
  9.    <div id="nav">
  10. Registration Form
  11.  <form action="#" method="post">
  12. <input type="text" placeholder="First Name" name="fname1">
  13. <input type="text" placeholder="Last Name" name="lname1"><br>
  14. <input type="text" placeholder="Email" name="email1"><br>
  15. <input type="text" placeholder="Mobile No" name="mob1"><br>
  16. <input type="password" placeholder="Enter Password" name="pass1">
  17. <input type="password" placeholder="Re-Password" name="pass2"><br>
  18. <input type="radio" value="male" name="sex1"> Male
  19. <input type="radio"  value="female" name="sex1"> Female <br>
  20. <input type="checkbox"  name=""> Are you Sure ?<br>
  21. <input type="Submit" value="Register" name="reg"><br>
  22. </div>
  23. </body>
  24. </html>
  25. voutre site et Admin
  26. <form method="POST" action="https://bootstrapmade.com/members/" class="login-form">  
  27. <input type="hidden" name="login" value="true">
  28.     <p>
  29.         <strong>Username or Email: </strong><br>
  30.         <input type="text" name="username">
  31.     </p>
  32.    
  33.     <p>
  34.         <strong>Password: </strong><br>
  35.         <input type="password" name="password">
  36.     </p>
  37.    
  38.     <p>
  39.         <input type="submit" class="btn btn-primary" value="Login"> &nbsp; <a href="https://bootstrapmade.com/gir?action=lostpassword">Lost your password?</a>
  40.     </p>
  41.    
  42. </form>
  43. <h1>creer voutre site</h1>
  44. <a href="https://bootstrapmade.com/" class="current">Home</a>
  45. <h1>ma chane youtube</h1>
  46. <a href="https://www.youtube.com/channel/UC6mbVKO8zO0nvX3IETnNnBg?view_as=subscriber" class="current">ma chenne></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement