Advertisement
Guest User

Untitled

a guest
Mar 26th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>BlueWhale</title>
  6. </head>
  7. <body>
  8. <form id="recherche" method="post">
  9. <input name="recherche" type="text" placeholder="Chercher des presonnes, groupes, ..." required />
  10. <input class="loupe" type="submit" value="" />
  11. </form>
  12. </body>
  13. </head>
  14.  
  15. <!DOCTYPE html>
  16. <html>
  17. <head>
  18. <meta charset="utf-8">
  19. <title>BlueWhale - Connexion</title>
  20. </head>
  21. <body>
  22. <h1>BlueWhale</h1>
  23. <input type="text" placeholder="Nom" required>
  24. <input type="text" placeholder="Prénom">
  25. <input type="text" placeholder="email ou coordonées">
  26. <p>Date de naissance</p>
  27.  
  28. </form>
  29. </body>
  30. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement