Advertisement
Guest User

Untitled

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