Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5. <meta charset="UTF-8">
  6. <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
  7. <title>Find the precious!</title>
  8. <link rel="stylesheet" href="style.css">
  9. </head>
  10.  
  11. <body>
  12. <nav>
  13. <ul>
  14. <li>FindThePrecious.com</li>
  15. <li class="selected">Fellows</li>
  16. <li>Contact us</li>
  17. </ul>
  18. </nav>
  19. <section>
  20. <div class="carousel"></div>
  21. </section>
  22. <section>
  23. <h2>Fellows wanted dead <span>(or alive if you want to eat them later)</span></h2>
  24. </section>
  25. <section class="fellows">
  26. <article></article>
  27. <article></article>
  28. <article></article>
  29. </section>
  30. <form>
  31. <h2>Contact us</h2>
  32. <div class="formBody">
  33. <input type="text" placeholder="@">
  34. <input type="text" placeholder="&#8962;">
  35. <input type="text" placeholder="I have seen one of them">
  36. <textarea placeholder="Your message"></textarea>
  37. <div class="send">
  38. <button>Send !</button>
  39. </div>
  40. </div>
  41. </form>
  42. <footer>
  43. <a href="">About us</a>
  44. <a href="">Fellows</a>
  45. <a href="">Join our army</a>
  46. <a href="">FAQ</a>
  47. <a href="">Reward conditions</a>
  48. <a href="">Legal mentions</a>
  49. <a href="">Sauron4Ever.com</a>
  50. <a href="">Follow him</a>
  51. </footer>
  52. </body>
  53.  
  54. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement