Advertisement
Guest User

Untitled

a guest
Sep 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 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. <main>
  10. <nav>
  11. <ul>
  12. <li><a href="#">FindThePrecious.com</a></li>
  13. <li><a href="#">Fellows</a></li>
  14. <li><a href="#">Contact us</a></li>
  15. </ul>
  16. </nav>
  17. <section>
  18. <div class="carousel"></div>
  19. </section>
  20. <section>
  21. <h2>Fellows wanted dead <span>(or alive if you want to eat them later)</span></h2>
  22. </section>
  23. <section>
  24. <article></article>
  25. <article></article>
  26. <article></article>
  27. </section>
  28. <hr>
  29. <form>
  30. <h2>Contact us</h2>
  31. <input type="text" placeholder="@">
  32. <input type="text" placeholder="&#8962;">
  33. <input type="text" placeholder="I have seen one of them" class="select">
  34. <textarea placeholder="Your message"></textarea>
  35. </form>
  36. </main>
  37. </body>
  38. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement