Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.05 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="styleflex.css">
  7. </head>
  8. <body>
  9. <nav>
  10. <ul>
  11. <li class="li1"> FindThePrecious.com</li>
  12. <li class="fellows-nav"> Fellows</li>
  13. <li >Contact us</li>
  14. </ul>
  15. </nav>
  16. <section>
  17. <div class="carousel"></div>
  18. </section>
  19.  
  20. <section>
  21.  
  22. <h1 class="h1"> <span class="fellows">Fellows wanted dead </span>(or alive if you want to eat them later)</h1>
  23.  
  24.  
  25. <article> </article>
  26. <article> </article>
  27. <article> </article>
  28. </section>
  29. <hr>
  30. <form class="form">
  31. <h3> Contact us</h3>
  32. <p><input type="text" placeholder="@"></p>
  33. <p><input type="text" placeholder="&#8962;"></p>
  34. <p><input type="text" placeholder="I have seen one of them"></p>
  35. <p><textarea placeholder="Your message"></textarea></p>
  36. <p><button type="button">Send </button></p>
  37. </form>
  38.  
  39. <footer>
  40. <div class="part1">
  41. <a href="#Aboutus" title="About">About us</a>
  42. <a href="#Fellows" title="Fellows">Fellows</a>
  43. <a href="#Joinourarmy" title="Joins our army">Join our army</a>
  44. </div>
  45. <div class="part2">
  46. <a href="#FAQ" title="FAQ">FAQ</a>
  47. <a href="#REwardconditions" title="Reward conditions">Reward conditions</a>
  48. <a href="#Legalconditions" title="Legal conditions">Legal conditions</a>
  49. </div>
  50. <div class="part3">
  51. <a href="#Sauron4Ever.com" title="Sauron4Ever.com">Sauron4Ever.com</a>
  52. <a href="#Followhimalsoontwitter" title="Follow him also on twitter">Follow him also on twitter</a>
  53. </div>
  54.  
  55. </footer>
  56. </body>
  57. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement