Advertisement
Guest User

Sauron Love

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