Advertisement
koyuki13

FindThePrecious

Feb 25th, 2020
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>FindThePrecious</title>
  6. </head>
  7. <body>
  8. <header>
  9. <h1>FindThePrecious</h1>
  10. <nav>
  11. <a href="paged'accueil.html" title="Fellows">Fellows</a>
  12. <a href="pagemenu.html" title="Contact Us">Contact Us</a>
  13. </nav>
  14. </header>
  15.  
  16. <section>
  17. <h2>Dangerous, fellowship try to destroy the ring</h2>
  18. <p>Orc, Goblins, Balrogs, protect your master Sauron!</p>
  19. </section>
  20.  
  21. <section>
  22. <h2> Fellows Wanted Dead (or alive if you want to eat them later)</h2>
  23.  
  24. <div class="image">
  25. <a href="https://placeholder.com/" title="the wizard, small description"><img src="https://via.placeholder.com/150" alt="image"></a>
  26. <a href="https://placeholder.com/" title="hobbit, small description"><img src="https://via.placeholder.com/150" alt="image"></a>
  27. <a href="https://placeholder.com/" title="yummy dwarf, small description"><img src="https://via.placeholder.com/150" alt="image"></a>
  28. </div>
  29. </section>
  30.  
  31. <form>
  32. <fieldset>
  33. <h2>Contact Us</h2>
  34. <div>
  35. <label for="emailinput">Votre email</label>
  36. <input type="text" name="email" id="emailinput" placeholder="contact@demo.fr" required>
  37. </div>
  38. <div>
  39. <label for="address">Votre adresse</label>
  40. <input type="text" name="address" id="address" required>
  41. </div>
  42. <div>
  43. <textarea name="message" id="message" cols="30" rows="10" placeholder="Votre message"></textarea>
  44. </div>
  45. <div class="button">
  46. <button type="button">Send</button>
  47. </div>
  48. </fieldset>
  49. </form>
  50.  
  51. <footer>
  52. <p>About Us</p>
  53. <p>Fellows</p>
  54. <p>Join Your Army</p>
  55.  
  56. <p>FAQ</p>
  57. <P>Reward Conditions</P>
  58. <p>Legal Mentions</p>
  59.  
  60. <p><strong>Sauron4ever.com</strong></p>
  61. <p><strong>Follow him also on twitter</strong></p>
  62. </footer>
  63. </body>
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement