Advertisement
Gottfrieden

Untitled

Feb 27th, 2020
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="fr">
  3.  
  4. <head>
  5.  
  6. <title>FindTheRing.com</title>
  7. <meta charset="UTF-8"/>
  8. <meta name="author" content="Geoffroy Crabières"/>
  9. <meta name="description" content="Dangerous fellowship try to destroy the ring"/>
  10. <meta name="language" content="fr-FR"/>
  11.  
  12. </head>
  13.  
  14. <body>
  15.  
  16. <header>
  17.  
  18. <nav>
  19. <ul>
  20. <li><a href="https://www.findtheprecious.com" title="FindThePrecious.com">FindThePrecious.com</a></li>
  21. <li><a href="#fellows" title="Fellows">Fellows</a></li>
  22. <li><a href="#contact" title=""Contact">Contact us</a></li>
  23. </ul>
  24. </nav>
  25.  
  26. </header>
  27.  
  28. <div>
  29. <h1>Dangerous fellowship try to destroy the ring</h1>
  30. <p>Orcs, Goblins, Balrogs, protect your master Sauron!</p>
  31. </div>
  32.  
  33. <section>
  34.  
  35. <h2 id="fellows">Fellows wanted dead</h2><p>(or alive if you want to eat them later)</p>
  36.  
  37. <div class="wanted-bloc">
  38. <img src="https://via.placeholder.com/468x60?text=Reward+1000+gold+coins" alt="The Wizard"/>
  39. <h3>The Wizard</h3>
  40. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce consequat interdum pulvinar. Aliquam pulvinar urna nunc, ut malesuada dui consequat ut.</p>
  41. </div>
  42.  
  43. <div class="wanted-bloc">
  44. <img src="https://via.placeholder.com/468x60?text=Reward+1000+gold+coins" alt="Hobbit"/>
  45. <h3>Hobbit #3</h3>
  46. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce consequat interdum pulvinar. Aliquam pulvinar urna nunc, ut malesuada dui consequat ut.</p>
  47. </div>
  48.  
  49. <div class="wanted-bloc">
  50. <img src="https://via.placeholder.com/468x60?text=Reward+250+gold+coins" alt="Yummy Dward"/>
  51. <h3>Yummy Dwarf</h3>
  52. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce consequat interdum pulvinar. Aliquam pulvinar urna nunc, ut malesuada dui consequat ut.</p>
  53. </div>
  54. </section>
  55.  
  56. <hr>
  57.  
  58. <section>
  59.  
  60. <h2 id="contact">Contact Us</h2>
  61.  
  62. <form>
  63.  
  64. <input type="email" name="email" placeholder="Email">
  65.  
  66. <input type="text" name="address" placeholder="Address">
  67.  
  68. <select>
  69. <option value="option1">Option #1</option>
  70. <option value="option2">Option #2</option>
  71. <option value="option3">Option #3</option>
  72. <option value="option4">Option #4</option>
  73. </select>
  74.  
  75.  
  76. <textarea name="message" placeholder="your message"></textarea>
  77.  
  78. <input type="submit" name="send" value="Send!">
  79.  
  80. </form>
  81. </section>
  82.  
  83. <footer>
  84.  
  85. <ul>
  86. <li><a href="https://www.findtheprecious.com/about">About us</a></li>
  87. <li><a href="https://www.findtheprecious.com/fellows">Fellows</a></li>
  88. <li><a href="https://www.findtheprecious.com/join">Join our army</a></li>
  89. </ul>
  90.  
  91. <ul>
  92. <li><a href="https://www.findtheprecious.com/faq">About us</a></li>
  93. <li><a href="https://www.findtheprecious.com/rewards-conditions">Reward conditions</a></li>
  94. <li><a href="https://www.findtheprecious.com/legal-mentions">Legal mentions</a></li>
  95. </ul>
  96.  
  97. <ul>
  98. <li><a href="https://www.sauron4ever.com">Sauron4ever.com</a></li>
  99. <li><a href="https://www.twitter.com/sauron4ever">Follow him also on twitter</a></li>
  100. </ul>
  101.  
  102. </footer>
  103.  
  104. </body>
  105. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement