Advertisement
koyuki13

FindThePrecious

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