Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 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="style.css">
  8. </head>
  9.  
  10. <body>
  11.  
  12. <nav class="nav-bar">
  13. <ul> <li>FindThePrecious.com</li>
  14. <li>Fellows</li>
  15. <li>Contact us</li>
  16. </ul>
  17. </nav>
  18.  
  19. <section>
  20. <div class="carousel"></div>
  21. </section>
  22.  
  23. <section>
  24. <h2 class="title-big">Fellows wanted dead (or alive if you want to eat them later)</h2>
  25. </section>
  26.  
  27. <section class="center">
  28. <article></article>
  29. <article></article>
  30. <article></article>
  31. </section>
  32.  
  33. <form>
  34. <h2>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. </form>
  40.  
  41. </body>
  42.  
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement