Advertisement
Guest User

Sauron 4Ever

a guest
Feb 19th, 2020
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.44 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. </head>
  7. <body>
  8. <section>
  9. <nav>
  10. <ul>
  11. <li><a href="https://www.findtheprecious.com">FindThePrecious.com</a></li>
  12. <li>Fellows</li>
  13. <li>Contact us</li>
  14. </ul>
  15. </nav>
  16.  
  17. <div>
  18. <nav>
  19. <img src="https://via.placeholder.com/140" alt="Placeholder">
  20. </nav>
  21.  
  22. <header>
  23. <h1>Dangerous fellowship try to destroy the ring</h1>
  24. <h2>Orcs, Goblins, Balrogs, protect your master Sauron !</h2>
  25. </header>
  26.  
  27. <a href="#" class="previous round">&#8249;</a>
  28. <a href="#" class="next round">&#8250;</a>
  29. </div>
  30. </section>
  31.  
  32. <section>
  33. <header>
  34. <h1>Fellows wanted dead</h1>
  35. <h2>(or alive if you want to eat them later)</h2>
  36. </header>
  37.  
  38. <div class="fellowBox">
  39. <nav>
  40. <img src="https://via.placeholder.com/45" alt="Wizard">
  41. </nav>
  42. <p>Reward 1000 gold coins</p>
  43. <article>
  44. <header>
  45. <h3>The Wizard</h3>
  46. </header>
  47. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
  48. </article>
  49. </div>
  50. <div class="fellowBox">
  51. <nav>
  52. <img src="https://via.placeholder.com/45" alt="Hobbit">
  53. </nav>
  54. <p>DEAD</p>
  55. <article>
  56. <header>
  57. <h3>Hobbit #3</h3>
  58. </header>
  59. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
  60. </article>
  61. </div>
  62. <div class="fellowBox">
  63. <nav>
  64. <img src="https://via.placeholder.com/45" alt="Dwarf">
  65. </nav>
  66. <p>Reward 250 gold coins</p>
  67. <article>$
  68. <header>
  69. <h3>Yummy Dwarf</h3>
  70. </header>
  71. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  72. </article>
  73. </div>
  74. </section>
  75. <hr>
  76. <section>
  77. <header>
  78. <h1>Contact us</h1>
  79. </header>
  80. <div class="container">
  81. <form action="action_page.php">
  82.  
  83. <label for="fname">&nbsp;</label>
  84. <input type="text" id="fname" name="firstname" placeholder="&#64;">
  85.  
  86. <label for="lname">&nbsp;</label>
  87. <input type="text" id="lname" name="lastname" placeholder="&#127968;">
  88.  
  89. <select id="country" name="country">
  90. <option value="saw">I have seen one of them</option>
  91. <option value="love">I once was in love with the dwarf</option>
  92. <option value="info">I have some infos for you master SoSo...</option>
  93. </select>
  94.  
  95. <label for="subject">&nbsp;</label>
  96. <textarea id="subject" name="subject" placeholder="Your message"></textarea>
  97.  
  98. <input type="submit" value="Send !">
  99.  
  100. </form>
  101.  
  102. </div>
  103. </section>
  104.  
  105.  
  106.  
  107. <footer>
  108. <ul>
  109. <li>About us</li>
  110. <li>Fellows</li>
  111. <li>Join our army</li>
  112. </ul>
  113.  
  114. <ul>
  115. <li>FAQ</li>
  116. <li>Reward conditions</li>
  117. <li>Legal mentions</li>
  118. </ul>
  119. <p><a href="https://www.Sauron4ever.com">
  120. Sauron4ever.com</a>Follow him also on twitter</p>
  121. </footer>
  122.  
  123. </body>
  124. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement