Advertisement
Guest User

Odyssey html2

a guest
Feb 20th, 2020
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="author" content="Sauron">
  7. <meta name="description" content="Hunting hobbit is your hobby? Perfect! Here you can choose which one you want to hunt ant tell us if you find him!">
  8. <title>Find The Precious</title>
  9. </head>
  10. <body>
  11. <header>
  12.  
  13. <h1>FindThePrecious.com</h1>
  14. <a href="" title="Fellows">Fellows</a>
  15. <a href="" title="Here to contact us">Contact US</a>
  16. </header>
  17.  
  18. <section>
  19. <img src="https://via.placeholder.com/140" alt="banner">
  20. <h2>Sed ut perspiciatis</h2>
  21. <p> unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam eaque ipsa, quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt, explicabo </p>
  22. </section>
  23.  
  24. <section>
  25. <h2>Lorem ipsum dolor</h2>
  26. <div>
  27. <p>Lorem ipsum</p>
  28. <img src="https://via.placeholder.com/100" alt="icon">
  29. <h2>Doloris at eternam</h2>
  30. <p>Sed urna risus, auctor quis molestie at, sagittis sodales nisi. </p>
  31. </div>
  32. <div>
  33. <p>DEAD</p>
  34. <img src="https://via.placeholder.com/100" alt="icon">
  35. <h2>Doloris at eternam</h2>
  36. <p>Sed urna risus, auctor quis molestie at, sagittis sodales nisi. </p>
  37. </div>
  38. <div>
  39. <p>Lorem ipsum</p>
  40. <img src="https://via.placeholder.com/100" alt="icon">
  41. <h2>Doloris at eternam</h2>
  42. <p>Sed urna risus, auctor quis molestie at, sagittis sodales nisi. </p>
  43. </div>
  44. </section>
  45.  
  46. <section>
  47. <h2> Contact Us</h2>
  48. <form method="POST" id="contact">
  49. <label for="name">Name</label><input type="text" name="name">
  50. <label for="mail">Mail</label><input type="text" name="mail">
  51. <label for="object">Object</label><select id="objet" name="object">
  52. <option value="Lorem">Lorem ipsum</option>
  53. </select>
  54. <textarea form="contact" name="contenu"></textarea>
  55. <button type="submit">SEND!</button>
  56. </form>
  57. </section>
  58.  
  59.  
  60. <footer>
  61. <a href="" title="More information about us">About Us</a>
  62. <a href="" title="Fellows">Fellows</a>
  63. <a href="" title="Join us">Join Our Army</a>
  64. <a href="" title="FAQ and informations">FAQ</a>
  65. <a href="" title="Conditions for rewards">Reward Condition</a>
  66. <a href="" title="Legal mentions">Legal mentions</a>
  67. <a href="" title="Other website">Sauron4ever.com</a>
  68. <p>Sed non risus. Suspendisse lectus tortor</p>
  69.  
  70. </footer>
  71.  
  72. </body>
  73. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement