Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name='viewport'
  6. 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. <body>
  11. <nav>
  12. <ul>
  13. <li>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>Fellows wanted dead (or alive if you want to eat them later)</h2>
  23. </section>
  24. <section>
  25. <article></article>
  26. <article></article>
  27. <article></article>
  28. </section>
  29. <hr/>
  30. <form>
  31. <h2>Contact us</h2>
  32. <input class ="entertxt" type="text" placeholder="@">
  33. <input class ="entertxt" type="text" placeholder="&#8962;">
  34. <input class ="entertxt" type="text" placeholder="I have seen one of them">
  35. <textarea class ="entertxt" placeholder="Your message"></textarea>
  36. </form>
  37. <hr/>
  38. <footer>
  39. <a href="">About us</a>
  40. <a href="">Fellows</a>
  41. <a href="">Join our army</a>
  42. <a href="">FAQ</a>
  43. <a href="">Reward conditions</a>
  44. <a href="">Legal mentions</a>
  45. <a href="">Sauron4Ever.com</a>
  46. <a href="">Follow him</a>
  47. </footer>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement