Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Find the precious!</title>
  6. <link rel="stylesheet" href="style.css">
  7. </head>
  8. <body>
  9. <header>
  10. <nav>
  11. <ul>
  12. <li>FindThePrecious.com</li>
  13. <li>Fellows</li>
  14. <li>Contact us</li>
  15. </ul>
  16. </nav>
  17.  
  18. <section>
  19. <div class="carousel"></div>
  20. </section>
  21. </header>
  22.  
  23. <section class="fellow">
  24. <h2>Fellows wanted dead <em>(or alive if you want to eat them later)</em></h2>
  25. </section>
  26. <section class="article">
  27. <article></article>
  28. <article></article>
  29. <article></article>
  30. </section>
  31. <form>
  32. <h2>Contact us</h2>
  33. <div class="formulaire">
  34. <input type="text" placeholder="@">
  35. <input type="text" placeholder="&#8962;">
  36. <input type="text" placeholder="I have seen one of them">
  37. <textarea placeholder="Your message"></textarea>
  38. </div>
  39. </form>
  40. </body>
  41. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement