Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 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. <nav>
  10. <ul>
  11. <li>FindThePrecious.com</li>
  12. <li>Fellows</li>
  13. <li>Contact us</li>
  14. </ul>
  15. </nav>
  16. <section>
  17. <div class="carousel"></div>
  18. </section>
  19. <section>
  20. <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  21. </section>
  22. <section>
  23. <div id="container">
  24. <article></article>
  25. <article></article>
  26. <article></article>
  27. </div>
  28. </section>
  29. <form>
  30. <h3>Contact us</h3>
  31. <input type="text" placeholder="@">
  32. <input type="text" placeholder="&#8962;">
  33. <select>
  34. <option value="Ihave">I have seen one of them</option>
  35. </select>
  36. <textarea rows="10" placeholder="Your message"></textarea>
  37. </form>
  38. <button class="lebouton" type="button">Send :</button>
  39. <footer>
  40. <div class="gauche">
  41. <a href="">About us</a>
  42. <a href="">Fellows</a>
  43. <a href="">Join our army</a>
  44. </div>
  45. <div class="milieu">
  46. <a href="">FAQ</a>
  47. <a href="">Reward conditions</a>
  48. <a href="">Legal mentions</a>
  49. </div>
  50. <div class="droite">
  51. <a href="">Sauron4Ever.com</a>
  52. <a href="">Follow him</a>
  53. </div>
  54. </footer>
  55. </body>
  56.  
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement