Advertisement
Guest User

Untitled

a guest
Oct 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 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. <div class="content">
  10. <div class="title"><a href="#"><h1>FindThePrecious.com</h1></a></div>
  11. <div id="weneed"><h2>We need you !</h2><a href="#">Join our Army</a>
  12. </div>
  13. <div class="carrousel"></div>
  14. <div class="fellows">
  15. <div class="fellowstitle"><h2>Fellows</h2><p>wanted dead (or alive if you want to eat them later)</p></div>
  16. <div class="imgcontent">
  17. <div class="img"></div>
  18. <div class="img"></div>
  19. <div class="img"></div>
  20. </div>
  21. </div>
  22. <div class="contact"><h2>Contact us</h2>
  23. <form action="">
  24. <input type="text" placeholder="@">
  25. <input type="text" placeholder="&#8962;">
  26. <input type="text" placeholder="I have seen one of them">
  27. <textarea placeholder="Your message"></textarea>
  28. </form>
  29. </div>
  30. <div class="footer">
  31. <ul>
  32. <li><a href="#">About us</a></li>
  33. <li><a href="#">Fellows</a></li>
  34. <li><a href="#">Join our army</a></li>
  35. </ul>
  36. <ul>
  37. <li><a href="#">FAQ</a></li>
  38. <li><a href="#">Reward conditions</a></li>
  39. <li><a href="#">Legal mentions</a></li>
  40. </ul>
  41. </div>
  42. </div>
  43. </body>
  44. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement