Advertisement
Ryad-75

Untitled

Oct 22nd, 2019
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>FindThePrecious.com</title>
  6. </head>
  7. <body>
  8. <header>
  9. <h1>FindThePrecious.com</h1>
  10. <nav>
  11. <ul>
  12. <li><a href="#">Fellows</a></li>
  13. <li><a href="#">Contact us</a></li>
  14. </ul>
  15. </nav>
  16. </header>
  17.  
  18.  
  19. <div id="banniere">
  20. <div>
  21. <img src="http://via.placeholder.com/600x140" alt="placeholder">
  22. <h2>Dangerous fellowship try to destroy the ring</h2>
  23. <p>Oucs, Goblins, Balrogs, protect your master Sauron !</p>
  24. </div>
  25. </div>
  26.  
  27.  
  28.  
  29. <section>
  30. <h2>Fellows wanted dead</h2>
  31. <h3>(or alive if you want to eat them later)</h3>
  32.  
  33. <div>
  34. <img src="http://via.placeholder.com/140x140" alt="placeholder">
  35. <h2>The Wizard</h2>
  36. <p>Small description...</p>
  37. </div>
  38. <div>
  39. <img src="http://via.placeholder.com/140x140" alt="placeholder">
  40. <h2>Hobbit#3</h2>
  41. <p>Small description...</p>
  42. </div>
  43. <div>
  44. <img src="http://via.placeholder.com/140x140" alt="placeholder">
  45. <h2>Yummy Dwarf</h2>
  46. <p>Small description...</p>
  47. </div>
  48. </section>
  49.  
  50.  
  51. <hr/>
  52. <h2>Contact us</h2>
  53. <form>
  54. <input type="text" name="@" value="@">
  55. <input type="text" name="adresse" value="adresse">
  56. <select>
  57. <option>I have seen one of them</option>
  58. </select>
  59. <textarea></textarea>
  60. <div id="boutonEnvoyer">
  61. <p><input type="submit" value="Send" /></p>
  62. </div>
  63. </form>
  64.  
  65.  
  66.  
  67. <footer>
  68. <nav>
  69. <ul>
  70. <li><a href="#">About us</a></li>
  71. <li><a href="#">Fellows</a></li>
  72. <li><a href="#">Join our army</a></li>
  73. </ul>
  74. <ul>
  75. <li><a href="#">FAQ</a></li>
  76. <li><a href="#">Reward conditions</a></li>
  77. <li><a href="#">Legal mentions</a></li>
  78. </ul>
  79. <ul>
  80. <li><a href="#">Sauon4Ever.com</a></li>
  81. <li><a href="#">Follow him also on twitter</a></li>
  82. </ul>
  83. </nav>
  84. </footer>
  85. </body>
  86. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement